修改森林检测模块

This commit is contained in:
2022-11-01 18:00:22 +08:00
parent aab12640b0
commit da51b2a55d
5 changed files with 14 additions and 6 deletions

View File

@ -13,6 +13,9 @@
<select id="selectType" resultType="com.ruoyi.system.domain_yada.TypeTable">
SELECT id,class1,percentage,china,year1 FROM type_table
<if test="year1!= null and year1 !=''">
where year1 = #{year1}
</if>
</select>