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