|
@@ -1327,6 +1327,9 @@ public class TFeeServiceImpl implements ITFeeService {
|
|
// tFeeDoMapper.deleteByFPid(tFee.getfId());
|
|
// tFeeDoMapper.deleteByFPid(tFee.getfId());
|
|
// 财务从表
|
|
// 财务从表
|
|
if (StringUtils.isNotNull(tfeeDo)) {
|
|
if (StringUtils.isNotNull(tfeeDo)) {
|
|
|
|
+ Map<String, Object> map = new HashMap<>();
|
|
|
|
+ map.put("tFee", tFee);
|
|
|
|
+ map.put("billType", fBilltype);
|
|
JSONArray jsonDrArray = JSONArray.parseArray(tfeeDo);
|
|
JSONArray jsonDrArray = JSONArray.parseArray(tfeeDo);
|
|
List<TFeeDo> tFeeDoList = JSONObject.parseArray(jsonDrArray.toJSONString(), TFeeDo.class);
|
|
List<TFeeDo> tFeeDoList = JSONObject.parseArray(jsonDrArray.toJSONString(), TFeeDo.class);
|
|
for (TFeeDo tFeeDo : tFeeDoList) {
|
|
for (TFeeDo tFeeDo : tFeeDoList) {
|
|
@@ -1347,6 +1350,8 @@ public class TFeeServiceImpl implements ITFeeService {
|
|
tfdo.setUpdateTime(new Date());
|
|
tfdo.setUpdateTime(new Date());
|
|
tFeeDoMapper.updateTFeeDo(tfdo);
|
|
tFeeDoMapper.updateTFeeDo(tfdo);
|
|
}
|
|
}
|
|
|
|
+ map.put("tFeeDo", tFeeDo);
|
|
|
|
+ tWarehousebillsfeesMapper.updateTWarehousebillsfee(map);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
//修改主订单费用信息
|
|
//修改主订单费用信息
|