zc
6 天以前 2c2f245777b0056a3c6b5a8ddd4f05164f465278
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);
    }