maven
6 天以前 2e85e2dda945ca269d87b7f1f6147246be9accfa
src/main/resources/mapper/lavorissue/LavorIssueMapper.xml
@@ -58,6 +58,9 @@
            <if test="req.staffId != null">
                and t1.staff_id = #{req.staffId}
            </if>
            <if test="req.season != null and req.season != ''">
                and (t1.issue_date &gt;= #{req.startDate} and t1.issue_date &lt;= #{req.endDate})
            </if>
        </where>
    </select>
</mapper>