Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
潘荣晟
2025-10-15 10:52:36 +08:00

View File

@@ -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();
}