|
|
@@ -670,11 +670,11 @@
|
|
|
OR totle_price LIKE concat('%',#{record.searchKey},'%')
|
|
|
OR deal_price LIKE concat('%',#{record.searchKey},'%')
|
|
|
OR pay_mode LIKE concat('%',#{record.searchKey},'%')
|
|
|
- OR pay_time LIKE concat('%',#{record.searchKey},'%')
|
|
|
OR remark LIKE concat('%',#{record.searchKey},'%')
|
|
|
OR show_flag LIKE concat('%',#{record.searchKey},'%')
|
|
|
OR status_flag LIKE concat('%',#{record.searchKey},'%')
|
|
|
OR fee LIKE concat('%',#{record.searchKey},'%')
|
|
|
+ OR zip_name LIKE concat('%',#{record.searchKey},'%')
|
|
|
</trim>
|
|
|
</if>
|
|
|
|