修改配置

master
游胜振 1 year ago
parent 70909bf809
commit d22b9ef439
  1. 6
      hiatmp-hidden-danger-server/src/main/resources/sql-mapper/HighDangerMapper.xml

@ -122,10 +122,10 @@
LEFT JOIN enum_type et ON et.ENUMTYPEID = '6601'
AND et.enumvalue = hdb.status
WHERE hdb.handle_dept = #{cdepartmentid}
<if test="status != null and status == 0">
<!--<if test="status != null and status == 0">
AND hdb.status in ('0','99')
</if>
<if test="status != null and status != 0">
</if>-->
<if test="status != null">
AND hdb.status = #{status}
</if>
<if test="search != null and search != ''">

Loading…
Cancel
Save