gao.qiang 1 місяць тому
батько
коміт
ef630a0a66

+ 1 - 1
application-webadmin/src/main/java/com/ankaibei/workFlow/webadmin/ankaibei/service/impl/ApplyForCostServiceImpl.java

@@ -129,7 +129,7 @@ public class ApplyForCostServiceImpl implements ApplyForCostService {
     public ResMsg communicationSubmitBatch(List<CommunicationInfoVo> communicationInfoVos) {
         for (CommunicationInfoVo communicationInfoVo : communicationInfoVos) {
             CostInfoEntity costInfoEntity = new CostInfoEntity();
-            costInfoEntity.setApplyCostId(communicationInfoVo.getCommunicationId());
+            costInfoEntity.setCostId(communicationInfoVo.getCommunicationId());
             costInfoEntity.setCostType("通讯费");
             //查询通讯费用详情
             ResMsg infoDetails = costInfoService.findCostInfoDetails(costInfoEntity);