skyouc
昨天 52d78628a70d6aa129f874050b7846d259819554
rsf-server/src/main/java/com/vincent/rsf/server/api/controller/erp/SyncOrderController.java
@@ -91,7 +91,7 @@
    /**
     * @author Ryan
     * @date 2025/8/19
     * @description: 同步盘点单据
     * @description: 收货通知单同步
     * @version 1.0
     */
    @ApiOperation("同步单据")
@@ -164,7 +164,8 @@
        if (Objects.isNull(orders) || orders.isEmpty()) {
            return R.error("参数不能为空!!");
        }
        return receiveMsgService.syncOrderUpdate(orders);
//        return receiveMsgService.syncOrderUpdate(orders);
        return receiveMsgService.syncCheckOrder(orders, getLoginUserId());
    }