提交专题报告年

This commit is contained in:
18536819133
2023-10-20 17:14:48 +08:00
parent e9a3ad8dc2
commit 34bf6a2580
6 changed files with 18 additions and 8 deletions

View File

@ -57,7 +57,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
SELECT <include refid="Upload"/> FROM upload_special
WHERE type='1'
<if test="fileName!= null and fileName !=''">
AND file_name = #{fileName}
AND file_name = #{fileName} and year=#{year}
</if>
</select>