| | |
| | | <if test="equipmentNo != null and equipmentNo != ''"> and equipment_no = #{equipmentNo}</if> |
| | | <if test="inboundTime != null "> and inbound_time = #{inboundTime}</if> |
| | | <if test="outboundTime != null "> and outbound_time = #{outboundTime}</if> |
| | | <if test="outRsSign != null "> and out_rs_sign = #{outRsSign}</if> |
| | | <if test="outRsSign != null "> and out_rs_sign = #{outRsSign}</if> |
| | | <if test="startTime != null and startTime != '' and endTime != null and endTime != ''"> and outbound_time between #{startTime} and #{endTime}</if> |
| | | </where> |
| | | </select> |
| | | |