提交 4c2a1a6f authored 作者: 吕本才's avatar 吕本才

修改bug,xml错误:where条件少了in

上级 5269afc6
......@@ -48,7 +48,7 @@
</foreach>
</if>
<if test="wq.specName!= null and !wq.specName.isEmpty() ">
and fod.spec_name_erp
11 and fod.spec_name_erp in
<foreach collection="wq.specName" item="item" index="index" open="(" separator="," close=")">
#{item}
</foreach>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论