|
|
@@ -218,6 +218,7 @@ public class OthreceiptsServiceImpl extends CommonBaseServiceImpl<OthreceiptsMap
|
|
|
othreceipts = othreceiptsMapper.selectByPrimaryKey(id);
|
|
|
banksubledgerMapper.deleteByPrimaryKey(othreceipts.getOr_code(), "其他收入单");
|
|
|
|
|
|
+
|
|
|
//更新资金
|
|
|
Double amount = banksubledgerMapper.selectThisamount(othreceipts.getOr_bankcode());
|
|
|
List<Othreceiptsdetail> othreceiptsdetailList = othreceiptsdetailMapper.selectByPrimaryKey(id);
|