自动化立体仓库 - WMS系统
1
ZY
2024-09-25 2f251e18ee5a26bc26531b3431e5b4165911b1aa
1
1个文件已添加
1个文件已修改
26 ■■■■■ 已修改文件
src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/x.sql 22 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java
@@ -709,7 +709,7 @@
            int code = Integer.parseInt(jsonResult.get("ErrorCode").toString());
            if (code != 1) {
                throw new CoolException(jsonResult.get("errorMsg").toString());
                throw new CoolException(jsonResult.get("ErrorMsg").toString());
            }
            success = true;
            return code;
@@ -730,4 +730,6 @@
    }
}
src/main/java/x.sql
New file
@@ -0,0 +1,22 @@
ALTER TABLE [dbo].[man_order_detl_log] ADD [finger_melting_min] decimal(10) NULL
    GO
ALTER TABLE [dbo].[man_order_detl_log] ADD [finger_melting_max] decimal(10) NULL
    GO
ALTER TABLE [dbo].[man_order_detl_log] ADD [fusing_point_min] decimal(10) NULL
    GO
ALTER TABLE [dbo].[man_order_detl_log] ADD [fusing_point_max] decimal(10) NULL
    GO
ALTER TABLE [dbo].[man_order_detl_log] ADD [yellowness_min] decimal(10) NULL
    GO
ALTER TABLE [dbo].[man_order_detl_log] ADD [yellowness_max] decimal(10) NULL
    GO
ALTER TABLE [dbo].[man_order_detl_log] ADD [opacity_min] decimal(10) NULL
    GO
ALTER TABLE [dbo].[man_order_detl_log] ADD [opacity_max] decimal(10) NULL