|
|
@@ -57,9 +57,8 @@ public class BusinessProjectServiceImpl extends BaseMybatisDao<BusinessProjectMa
|
|
|
bp.setStatus("0");
|
|
|
bp.setBoutique(Integer.valueOf(boutique));
|
|
|
bp.setFirstPayment(new BigDecimal("0"));
|
|
|
- return businessProjectMapper.insert(bp);
|
|
|
+ return businessProjectMapper.insertSelective(bp);
|
|
|
}
|
|
|
- @SuppressWarnings("unchecked")
|
|
|
@Override
|
|
|
public Pagination<BusinessProjectBo> listProject(String bname, String cid, String country,String province,String city,String district, String activityFlag,
|
|
|
String status,Integer type,Integer restrictStatus, Integer pNo, Integer pSize) {
|