| | |
| | | <if test="endTime !=null and endTime != ''"> |
| | | and t.create_time <= #{endTime} |
| | | </if> |
| | | <if test="feeStartTime !=null and feeStartTime != ''"> |
| | | and t.start_time >= #{feeStartTime} |
| | | </if> |
| | | <if test="feeEndTime !=null and feeEndTime != ''"> |
| | | and t.end_time <= #{feeEndTime} |
| | | </if> |
| | | <if test="cashierId !=null and cashierId != ''"> |
| | | and t.cashier_id= #{cashierId} |
| | | </if> |
| | |
| | | <if test="endTime !=null and endTime != ''"> |
| | | and t.create_time <= #{endTime} |
| | | </if> |
| | | <if test="feeStartTime !=null and feeStartTime != ''"> |
| | | and t.start_time >= #{feeStartTime} |
| | | </if> |
| | | <if test="feeEndTime !=null and feeEndTime != ''"> |
| | | and t.end_time <= #{feeEndTime} |
| | | </if> |
| | | <if test="cashierId !=null and cashierId != ''"> |
| | | and t.cashier_id= #{cashierId} |
| | | </if> |