Commit 29e032e9 authored by 方建宇's avatar 方建宇

修改字段类型

parent d7325415
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
where 1=1 where 1=1
and wgl.del_flag = '0' and wgl.del_flag = '0'
and wgl.io_type = '1' and wgl.io_type = '1'
and wga.out_goods > '10' and wga.out_goods > 10
<if test="entity.flag !=null and entity.flag != '' "> <if test="entity.flag !=null and entity.flag != '' ">
and wgl.flag = #{entity.flag} and wgl.flag = #{entity.flag}
</if> </if>
......
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