|
|
@@ -322,7 +322,7 @@
|
|
|
<!--模糊查询 -->
|
|
|
<if test="filter.searchText != null and filter.searchText != ''">
|
|
|
AND (
|
|
|
- UPPER(a.yhbh) like UPPER('%${filter.searchText}%')
|
|
|
+ a.yhbh like '%${filter.searchText}%'
|
|
|
OR a.yhxm like '%${filter.searchText}%'
|
|
|
OR a.yhdz like '%${filter.searchText}%'
|
|
|
OR a.lxdh like '%${filter.searchText}%'
|
|
|
@@ -454,9 +454,9 @@
|
|
|
<if test="filter.dxh != null">
|
|
|
AND a.dxh = #{filter.dxh}
|
|
|
</if>
|
|
|
- <if test="filter.userId != null">
|
|
|
- AND a.sscbb in(select cbbbm from yh_sjqx where user_id=#{filter.userId})
|
|
|
- </if>
|
|
|
+<!-- <if test="filter.userId != null">-->
|
|
|
+<!-- AND a.sscbb in(select cbbbm from yh_sjqx where user_id=#{filter.userId})-->
|
|
|
+<!-- </if>-->
|
|
|
ORDER BY a.yhbh asc
|
|
|
<!-- <if test="filter.jdrqdxpx != null and filter.jdrqdxpx == 1">-->
|
|
|
<!-- ORDER BY jdrq DESC NULLS LAST-->
|