自动化立体仓库 - WMS系统
zhangc
2025-01-14 37bdbc67236066dde69299d4eef3e93232aa1e4f
src/main/java/com/zy/asrs/controller/WrkMastDetlLogController.java
@@ -102,7 +102,7 @@
    @ManagerAuth
    public R update(WrkMastDetlLog wrkMastDetlLog) {
        if (Cools.isEmpty(wrkMastDetlLog)) {
            return R.error();
            return R.error("参数缺失");
        }
        wrkMastDetlLogService.updateById(wrkMastDetlLog);
        return R.ok();