提交erp功能修改
This commit is contained in:
@@ -1157,7 +1157,7 @@ public class ContractServiceImpl implements ContractService {
|
|||||||
// 调用ERP模块
|
// 调用ERP模块
|
||||||
String erpResult = null;
|
String erpResult = null;
|
||||||
try {
|
try {
|
||||||
erpContractService.submitErp(erpContractVO);
|
erpResult = erpContractService.submitErp(erpContractVO);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
erpResult = e.getMessage();
|
erpResult = e.getMessage();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user