feat: 联调完善

dev_1.1.0
tp_caosong1 2025-01-06 10:38:23 +08:00
parent b527936b30
commit 0b0116ef6e
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@
<if test="taskStatus != null"> <if test="taskStatus != null">
AND task_status = #{taskStatus} AND task_status = #{taskStatus}
</if> </if>
<if test="year != null">
AND year = #{year}
</if>
</where> </where>
</select> </select>
<select id="listTask" resultType="ExamineTask"> <select id="listTask" resultType="ExamineTask">