Commit dce8e010 by 夏超

[fix] 上推领料单数据修改

parent fb80d7c4
......@@ -52,7 +52,7 @@ class InheritRokeWorkstationPicking(RokeWorkstationPicking):
cur.execute(f"""
select jswlzd_wlbh as wlbh,(jsbom_zxsl /jsbom_fxsl) as compare
from JSBOM, jswlzd
where JSBOM_FXLS = '{self.flowing_water}'
where JSBOM_FXLS = '{v.flowing_water}'
and JSBOM_ZXLS =JSWLZD_LSBH
""")
rows = cur.fetchall()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment