Commit 09fe7a25 by yinyong

指定广州01仓

parent 92192d52
...@@ -1232,7 +1232,7 @@ ...@@ -1232,7 +1232,7 @@
</select> </select>
<select id="listStockById" resultType="com.bailuntec.domain.entity.DcBaseStock"> <select id="listStockById" resultType="com.bailuntec.domain.entity.DcBaseStock">
SELECT * FROM dc_base_stock order by id asc limit #{v1}, #{v2} SELECT * FROM dc_base_stock where warehouse_code = 'GZBLWH' order by id asc limit #{v1}, #{v2}
</select> </select>
<select id="listParameterStockById" resultType="com.bailuntec.domain.entity.DcBaseStock"> <select id="listParameterStockById" resultType="com.bailuntec.domain.entity.DcBaseStock">
......
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