Commit 83a6d7f3 by qwmqiuwenmin

fix

parent c9694e56
......@@ -250,9 +250,9 @@
<if test="recycleFlag != null">
and recycle_flag = #{recycleFlag}
</if>
<!-- <if test="departmentId != null and departmentId != ''"> -->
<!-- and department_id = #{departmentId} -->
<!-- </if> -->
<if test="storeFlag != null and storeFlag != ''">
and is_store = #{storeFlag}
</if>
</select>
<select id="listByDepartmentIds" resultMap="BaseResultMap" >
......
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