Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -1157,7 +1157,7 @@ public class ContractServiceImpl implements ContractService {
|
||||
// 调用ERP模块
|
||||
String erpResult = null;
|
||||
try {
|
||||
erpContractService.submitErp(erpContractVO);
|
||||
erpResult = erpContractService.submitErp(erpContractVO);
|
||||
} catch (Exception e) {
|
||||
erpResult = e.getMessage();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user