国内外查询总数的sql

This commit is contained in:
zhaokaiyao@91isoft.com
2021-12-16 17:42:17 +08:00
parent 440f0323d6
commit e0f4eb3d0f
@@ -901,9 +901,6 @@
<!-- 标准名称 -->
<if test="standName != null and standName != ''">
and stand_name like concat(concat('%',#{standName}),'%')
or STAND_NUMBER like concat(concat('%',#{standName}),'%')
or STAND_YEAR like concat(concat('%',#{standName}),'%')
or STAND_SORT like concat(concat('%',#{standName}),'%')
</if>
<if test="standEnName != null and standEnName != ''">
and stand_en_name like concat(concat('%',#{standEnName}),'%')