代码修改

release
xuliangwei 2 years ago
parent c52760bb38
commit 5f4b815379
  1. 1
      dxhy-erp/src/main/java/com/dxhy/erp/controller/InterfaceController.java

@ -1277,6 +1277,7 @@ public class InterfaceController extends AbstractController {
JSONObject.toJSONString(fphms),JSONObject.toJSONString(fpdms),JSONObject.toJSONString(bzdhs)); JSONObject.toJSONString(fphms),JSONObject.toJSONString(fpdms),JSONObject.toJSONString(bzdhs));
RequestRecord transferOutRecord =requestRecordService.getBaseRequestRecord(JSONObject.toJSONString(erpInvoiceData), RequestRecord transferOutRecord =requestRecordService.getBaseRequestRecord(JSONObject.toJSONString(erpInvoiceData),
"/po", JSONObject.toJSONString(fpdms),JSONObject.toJSONString(fphms), "transferOut"); "/po", JSONObject.toJSONString(fpdms),JSONObject.toJSONString(fphms), "transferOut");
transferOutRecord.setBzdh(JSONObject.toJSONString(bzdhs));
for(Map<String ,Object> map:list){ for(Map<String ,Object> map:list){
String invoiceCode =(String) map.get("ZFPDM"); String invoiceCode =(String) map.get("ZFPDM");

Loading…
Cancel
Save