maven
6 天以前 cf7478fa2339196ffd88d24f1149c192c3f0f0e3
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>