"src/main/vscode:/vscode.git/clone" did not exist on "698e7255cec7fc6cf464a3810fe9c0765aa0644f"
Commit 3a1ff5ce authored by 季圣华's avatar 季圣华
Browse files

解决查询商品条码的bug

parent b92ec5e7
......@@ -33,6 +33,7 @@
<include refid="com.jsh.erp.datasource.mappers.MaterialExtendMapper.Base_Column_List" />
from jsh_material_extend
where 1=1
and ifnull(delete_Flag,'0') !='1'
and material_id in (
<foreach collection="ids" item="id" separator=",">
#{id}
......
Supports Markdown
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