rev: 配送组箱减去bom校验

This commit is contained in:
2025-11-28 13:51:32 +08:00
parent 8b1c086645
commit 8153565889
4 changed files with 5 additions and 1 deletions

View File

@@ -99,7 +99,6 @@
INNER JOIN md_cs_supplierbase supp ON supp.supp_code = late.supp_code INNER JOIN md_cs_supplierbase supp ON supp.supp_code = late.supp_code
<where> <where>
late.status in ('3','1') late.status in ('3','1')
AND IFNULL(late.bom_id,'') = ''
<if test="param.storagevehicle_code != null and param.storagevehicle_code != ''"> <if test="param.storagevehicle_code != null and param.storagevehicle_code != ''">
AND AND

View File

@@ -9,6 +9,11 @@ nl:
username: root username: root
password: P@ssw0rd. password: P@ssw0rd.
database: xujiang_hanyun_wms database: xujiang_hanyun_wms
# ip: 127.0.0.1
# port: 3306
# username: root
# password: root
# database: xujiang_hanyun_wms
redis: redis:
ip: 127.0.0.1 ip: 127.0.0.1
port: 6379 port: 6379