server/src/main/resources/mappers/WOutboundExtMapper.xml
@@ -558,6 +558,15 @@ <if test="beginDate != null and beginDate != '' "> AND `w`.`VALID_DATE` >= CONCAT(#{beginDate},' 00:00:00') </if> <if test="rootDepartId != null"> AND `w`.`ROOT_DEPART_ID` = #{rootDepartId} </if> <if test="departId != null"> AND `w`.`DEPART_ID` = #{departId} </if> <if test="endDate != null and endDate != '' "> AND CONCAT(#{endDate},' 23:59:59') >= `w`.`VALID_DATE` </if>