|
|
|
@@ -718,6 +718,7 @@ public class WxPropertyContractServiceImpl implements WxPropertyContractService |
|
|
|
cupdate.setId(wxPropertyContract.getId()); |
|
|
|
cupdate.setFirstBillDateStart(firstBillTime.getStartDate()); |
|
|
|
cupdate.setFirstBillDateEnd(firstBillTime.getEndDate()); |
|
|
|
cupdate.setDecimalSize(null);//去掉默认的,避免更新 |
|
|
|
wxPropertyContractMapper.updateById(cupdate); |
|
|
|
} |
|
|
|
|
|
|
|
|