修改森林检测模块
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user