rsf-server/src/main/java/com/vincent/rsf/server/api/controller/erp/ReportMsgController.java @@ -43,7 +43,7 @@ return R.error("上报明细不能为空!!"); } return reportMsgService.reportOrders(params); return reportMsgService.uploadReportOrders(params); }