|
@@ -150,6 +150,8 @@ public class BillInvoiceServiceImpl extends ServiceImpl<BillInvoiceMapper, BillI
|
150
|
150
|
}
|
151
|
151
|
|
152
|
152
|
billInvoice.setBillStatus("2");
|
|
153
|
+ billInvoice.setUpdateDate(new Date());
|
|
154
|
+ billInvoice.setUpdateUser(userElement.getId());
|
153
|
155
|
int rows = billInvoiceMapper.updateById(billInvoice);
|
154
|
156
|
if (rows > 0) {
|
155
|
157
|
TpBuildingOwnerInfo buildingOwnerInfo = tpBuildingOwnerInfoMapper.selectById(billInvoice.getBuildingOwnerInfoId());
|