修改 字典导入 查询问题

master
wangwei 2 years ago
parent 6b2aa0eff3
commit 8977d1b23e

@ -13,7 +13,7 @@
<if test="id != '' and id != null"> <if test="id != '' and id != null">
AND id = #{id} AND id = #{id}
</if> </if>
<if test="status != '' and status != null"> <if test=" status != null">
AND status = #{status} AND status = #{status}
</if> </if>
</where> </where>
@ -50,4 +50,4 @@
WHERE genKey = #{genKey} WHERE genKey = #{genKey}
</update> </update>
</mapper> </mapper>

Loading…
Cancel
Save