|
|
@@ -81,6 +81,7 @@
|
|
|
e.firm_name like concat('%', #{keywords}, '%') or
|
|
|
b.contacts like concat('%', #{keywords}, '%') or
|
|
|
b.phone like concat('%', #{keywords}, '%') or
|
|
|
+ a.contract_no like concat('%', #{keywords}, '%') or
|
|
|
b.sign_phone like concat('%', #{keywords}, '%'))
|
|
|
</if>
|
|
|
<if test="idList != null and idList.size() > 0">
|