标准详情->标准分解单查询 mapper<if>字符

This commit is contained in:
zhaokaiyao@91isoft.com
2021-08-09 16:56:29 +08:00
parent b0eeb87bd1
commit 7a51e1d9b4
@@ -384,7 +384,6 @@
sar_stand_items AS a
LEFT JOIN sar_interpretation_national_standard AS b ON a.STAND_ID = b.STAND_ID
<where>
-- valid_flag=0
<if test="standId!=null and standId!=''">
and a.stand_id=#{standId}
@@ -397,7 +396,7 @@
<if test="itemsName != null and itemsName!=''">
and a.ITEMS_NAME=#{itemsName}
</if>
<if test="XCSSRQ !=null and XCSSRQ!=''">
<if test="XCXSSRQ !=null and XCXSSRQ!=''">
and a.XCXSSRQ=#{XCXSSRQ}
</if>
<if test="ZCCSSRQ !=null and ZCCSSRQ != ''">