自动化立体仓库 - WMS系统
Junjie
2023-05-26 ecfcf7efdba7aee5805263ed9c2b290519f56248
数据库改动
1个文件已添加
7 ■■■■■ 已修改文件
version/边锋数据库改动20230526/入库修改sql.txt 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
version/±ß·æÊý¾Ý¿â¸Ä¶¯20230526/Èë¿âÐÞ¸Äsql.txt
New file
@@ -0,0 +1,7 @@
man_mat表  mat_type int ç‰©æ–™ç±»åž‹{1:单品,2:高频,3:混放}
cust_wait_pakin表  mat_type int ç‰©æ–™ç±»åž‹{1:单品,2:高频,3:混放}
cust_wait_pakin_log表  mat_type int ç‰©æ–™ç±»åž‹{1:单品,2:高频,3:混放}
update asr_loc_mast set loc_type2 = 1 where row1 not in (3,4,11,12,18,19) and bay1 < 21
update asr_loc_mast set loc_type2 = 2 where row1 in (3,4,11,12,18,19) and bay1 < 21
update asr_loc_mast set loc_type2 = 3 where row1 >= 1 and bay1 >= 21