zxc 3 years ago
parent
commit
690784b080
  1. 3
      epmet-user/epmet-user-server/src/main/resources/mapper/IcEpidemicSpecialAttentionDao.xml

3
epmet-user/epmet-user-server/src/main/resources/mapper/IcEpidemicSpecialAttentionDao.xml

@ -142,6 +142,9 @@
<if test='null != isolatedState and "" != isolatedState'>
AND a.isolated_state = #{isolatedState}
</if>
<if test='null == isolatedState or "" == isolatedState'>
AND a.isolated_state is not null
</if>
<if test='null != isHistory and "" != isHistory and isHistory == "0"'>
AND a.IS_ATTENTION = 1
</if>

Loading…
Cancel
Save