修改 字典导入 查询问题

master
wangwei 2 years ago
parent 6b2aa0eff3
commit 8977d1b23e

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

Loading…
Cancel
Save