|
@@ -86,7 +86,7 @@
|
|
|
</foreach>
|
|
|
</if>
|
|
|
<if test="searchNumber != null and searchNumber != ''">
|
|
|
- AND ( t1.business_number LIKE CONCAT('%', #{businessNo},'%') OR t3.contract_no LIKE CONCAT('%',#{businessNo},'%'))
|
|
|
+ AND ( t1.business_number LIKE CONCAT('%', #{searchNumber},'%') OR t3.contract_no LIKE CONCAT('%',#{searchNumber},'%'))
|
|
|
</if>
|
|
|
<if test="fastSearch != null and fastSearch != ''">
|
|
|
AND (t1.project_name LIKE CONCAT('%',#{fastSearch},'%') OR t4.corporate_name LIKE CONCAT('%',#{fastSearch},'%') OR
|