java110 пре 5 година
родитељ
комит
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 test="communityId !=null and communityId != ''">
             and t.community_id= #{communityId}
-            and pfc.community_id= #{communityId}
+            and pfc.community_id in (#{communityId},'9999')
         </if>
         <if test="bId !=null and bId != ''">
             and t.b_id= #{bId}