|
|
|
@ -523,8 +523,6 @@
|
|
|
|
|
</if> |
|
|
|
|
<if test=" param.completeSet != null ">and ldsa.complete_set like concat('%',#{param.completeSet},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test=" param.typeService != null and param.groundingStatus != '' ">and ldsa.type_service like concat('%',#{param.typeService},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test=" param.customerName != null and param.customerName != '' ">and ldsa.customer_name like |
|
|
|
|
concat('%',#{param.customerName},'%') |
|
|
|
|
</if> |
|
|
|
|