删除合同接口、提erp接口
This commit is contained in:
@@ -342,9 +342,7 @@ public class ErpContractServiceImpl implements ErpContractService {
|
||||
|
||||
HashMap<String, String> response = erpExternalApi.submitDataToErp(erpSubmitReqDTO);
|
||||
|
||||
System.out.println(response.get("resStr"));
|
||||
|
||||
return "";
|
||||
return response.get("resStr");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user