Commit 838dd737 by qwmqiuwenmin

fix

parent 83a6d7f3
......@@ -250,7 +250,7 @@
<if test="recycleFlag != null">
and recycle_flag = #{recycleFlag}
</if>
<if test="storeFlag != null and storeFlag != ''">
<if test="storeFlag != null">
and is_store = #{storeFlag}
</if>
</select>
......
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