功能修改

master
sunjianxi 1 month ago
parent 77416b4fec
commit a85b925c88
  1. 2
      src/main/resources/mapper/LdOneFormMapper.xml

@ -19,7 +19,7 @@
<select id="selectOneFormList" resultType="com.nov.KgLowDurable.pojo.entity.LdOneForm"> <select id="selectOneFormList" resultType="com.nov.KgLowDurable.pojo.entity.LdOneForm">
SELECT * FROM ld_one_form SELECT * FROM ld_one_form
WHERE 1=1 WHERE 1=1 and num > 0
<if test="type != null and type != ''"> <if test="type != null and type != ''">
AND `type` = #{type} AND `type` = #{type}
</if> </if>

Loading…
Cancel
Save