src/main/resources/mapper/lavorissue/LavorIssueMapper.xml
@@ -55,6 +55,12 @@ <if test="req.issueDate != null"> and t1.issue_date < #{req.issueDate} </if> <if test="req.staffId != null"> and t1.staff_id = #{req.staffId} </if> <if test="req.season != null and req.season != ''"> and (t1.issue_date >= #{req.startDate} and t1.issue_date <= #{req.endDate}) </if> </where> </select> </mapper>