|
|
@@ -57,7 +57,7 @@ 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
|