Browse Source

项目列表修改

anderx 1 year ago
parent
commit
9431f93d71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/goafanti/common/mapper/UserMidMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/UserMidMapper.xml

@@ -834,7 +834,7 @@
       and a.liquidation_status = #{liquidationStatus}
     </if>
     <if test="dunType !=null">
-      and nod.dun_type = #{dunType}
+      and nod.status = #{dunType}
     </if>
     <if test="province !=null">
       and p2.province = #{province}