瀏覽代碼

优化代码

java110 6 年之前
父節點
當前提交
fadf46e52b
共有 1 個文件被更改,包括 1 次插入 和 1 次删除
  1. 1 1
      java110-db/src/main/resources/mapper/fee/FeeServiceDaoImplMapper.xml

+ 1 - 1
java110-db/src/main/resources/mapper/fee/FeeServiceDaoImplMapper.xml

@@ -185,7 +185,7 @@
         </if>
         </if>
         <if test="communityId !=null and communityId != ''">
         <if test="communityId !=null and communityId != ''">
             and t.community_id= #{communityId}
             and t.community_id= #{communityId}
-            and pfc.community_id= #{communityId}
+            and pfc.community_id in (#{communityId},'9999')
         </if>
         </if>
         <if test="bId !=null and bId != ''">
         <if test="bId !=null and bId != ''">
             and t.b_id= #{bId}
             and t.b_id= #{bId}