| | |
| | | <if test="driverCode != null and driverCode != ''"> and thisTab.driver_code = #{driverCode}</if> |
| | | <if test="driverName != null and driverName != ''"> and thisTab.driver_name like concat('%', #{driverName}, '%')</if> |
| | | <if test="boxNum != null and boxNum != ''"> and thisTab.box_num = #{boxNum}</if> |
| | | <if test="reqTime != null "> and thisTab.req_time = #{reqTime}</if> |
| | | <if test="reqTimeBegin != null and reqTimeBegin!='' and reqTimeEnd != null and reqTimeEnd!='' "> and thisTab.req_time between #{reqTimeBegin} and #{reqTimeEnd}</if> |
| | | |
| | | <if test="type != null "> and thisTab.type = #{type}</if> |
| | | <if test="operation != null and operation != ''"> and thisTab.operation = #{operation}</if> |
| | | </sql> |