|
|
|
@ -26,6 +26,9 @@ |
|
|
|
<if test="queryParam.name != null and queryParam.name != '' "> |
|
|
|
AND dao.name LIKE CONCAT('%', TRIM(#{queryParam.name}), '%') |
|
|
|
</if> |
|
|
|
<if test="queryParam.userPhone != null and queryParam.userPhone != '' "> |
|
|
|
AND daa.tid LIKE CONCAT('%', TRIM(#{queryParam.userPhone}), '%') |
|
|
|
</if> |
|
|
|
<if test="queryParam.orderTimeFrom != null and queryParam.orderTimeTo != null"> |
|
|
|
and dao.create_time BETWEEN #{queryParam.orderTimeFrom} and #{queryParam.orderTimeTo} |
|
|
|
</if> |
|
|
|
|