rev: 配送组箱减去bom校验
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user