lidongdong
2024-09-23 26284b02b5ba8411587ff9509d3eedddac6b1f21
花城 修改街道大屏统计接口报错
1个文件已修改
44 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/StreetBigScreenMapper.xml 44 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/StreetBigScreenMapper.xml
@@ -14,7 +14,7 @@
        where
            type=1
            <if test=" communityId !=null and communityId != '' ">
                and community_id = #{communityId}
                and community_id in ( #{communityId} )
            </if>
            <if test=" communityId == null and streetId !=null and streetId != '' ">
                and community_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0")
@@ -46,7 +46,7 @@
        where
        1=1
        <if test=" communityId !=null and communityId != '' ">
            and community_id in = #{communityId}
            and community_id in ( #{communityId} )
        </if>
        <if test=" communityId == null and streetId !=null and streetId != '' ">
            and community_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0")
@@ -62,7 +62,7 @@
        where
        1=1
        <if test=" communityId !=null and communityId != '' ">
            and community_id in = #{communityId}
            and community_id in  ( #{communityId} )
        </if>
        <if test=" communityId == null and streetId !=null and streetId != '' ">
            and community_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0")
@@ -81,7 +81,7 @@
              where
                1=1
                <if test=" communityId !=null and communityId != '' ">
                    and community_id in = #{communityId}
                    and community_id in  ( #{communityId} )
                </if>
                <if test=" communityId == null and streetId !=null and streetId != '' ">
                    and community_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0")
@@ -106,7 +106,7 @@
            and belong_type = #{belongType}
        </if>
        <if test=" communityId !=null and communityId != '' ">
            and community_id in = #{communityId}
            and community_id in  ( #{communityId} )
        </if>
        <if test=" communityId == null and streetId !=null and streetId != '' ">
            and community_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0")
@@ -126,7 +126,7 @@
            and kind = #{kind}
        </if>
        <if test=" communityId !=null and communityId != '' ">
            and community_id in = #{communityId}
            and community_id in  ( #{communityId} )
        </if>
        <if test=" communityId == null and streetId !=null and streetId != '' ">
            and community_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0")
@@ -142,7 +142,7 @@
        where
            order_time is not null and solve_time is not null and belong_type in (2,3)
        <if test=" communityId !=null and communityId != '' ">
            and community_id in = #{communityId}
            and community_id in  ( #{communityId} )
        </if>
        <if test=" communityId == null and streetId !=null and streetId != '' ">
            and community_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0")
@@ -161,7 +161,7 @@
              select id from new_fight_need_problem_inventory where
                1=1
                <if test=" communityId !=null and communityId != '' ">
                    and community_id in = #{communityId}
                    and community_id in  ( #{communityId} )
                </if>
                <if test=" communityId == null and streetId !=null and streetId != '' ">
                    and community_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0")
@@ -179,7 +179,7 @@
        where
        dyn_type =1
        <if test=" communityId !=null and communityId != '' ">
            and community_id in = #{communityId}
            and community_id in  ( #{communityId} )
        </if>
        <if test=" communityId == null and streetId !=null and streetId != '' ">
            and community_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0")
@@ -194,7 +194,7 @@
        SELECT COUNT( id ) FROM com_pb_check_unit
        WHERE 1=1
        <if test=" communityId !=null and communityId != '' ">
            and community_id in = #{communityId}
            and community_id in  ( #{communityId} )
        </if>
        <if test=" communityId == null and streetId !=null and streetId != '' ">
            and community_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0")
@@ -211,7 +211,7 @@
        LEFT JOIN com_pb_check_unit as cpcu ON m.check_unit_id = cpcu.id
        WHERE m.audit_result = 1
        <if test=" communityId !=null and communityId != '' ">
            and m.community_id in = #{communityId}
            and m.community_id in  ( #{communityId} )
        </if>
        <if test=" communityId == null and streetId !=null and streetId != '' ">
            and m.community_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0")
@@ -239,7 +239,7 @@
        <where>
            t1.type=#{type}
            <if test=" communityId !=null and communityId != '' ">
                and community_id in = #{communityId}
                and community_id in  ( #{communityId} )
            </if>
            <if test=" communityId == null and streetId !=null and streetId != '' ">
                and community_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0")
@@ -258,7 +258,7 @@
        from com_act_easy_photo
        <where> add_type = 1
            <if test=" communityId !=null and communityId != '' ">
                and community_id in = #{communityId}
                and community_id in  ( #{communityId} )
            </if>
            <if test=" communityId == null and streetId !=null and streetId != '' ">
                and community_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0")
@@ -275,7 +275,7 @@
        from com_act_micro_wish
        <where>
            <if test=" communityId !=null and communityId != '' ">
                and community_id in = #{communityId}
                and community_id in  ( #{communityId} )
            </if>
            <if test=" communityId == null and streetId !=null and streetId != '' ">
                and community_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0")
@@ -297,7 +297,7 @@
        <where>
            1=1
            <if test=" communityId !=null and communityId != '' ">
                and community_id in = #{communityId}
                and community_id in  ( #{communityId} )
            </if>
            <if test=" communityId == null and streetId !=null and streetId != '' ">
                and community_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0")
@@ -317,7 +317,7 @@
        <where>
            1=1
            <if test=" communityId !=null and communityId != '' ">
                and community_id in = #{communityId}
                and community_id in  ( #{communityId} )
            </if>
            <if test=" communityId == null and streetId !=null and streetId != '' ">
                and community_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0")
@@ -336,7 +336,7 @@
        <where>
            1=1
            <if test=" communityId !=null and communityId != '' ">
                and community_id in = #{communityId}
                and community_id in  ( #{communityId} )
            </if>
            <if test=" communityId == null and streetId !=null and streetId != '' ">
                and community_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0")
@@ -354,7 +354,7 @@
        <where>
            1=1
            <if test=" communityId !=null and communityId != '' ">
                and community_id in = #{communityId}
                and community_id in  ( #{communityId} )
            </if>
            <if test=" communityId == null and streetId !=null and streetId != '' ">
                and community_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0")
@@ -376,7 +376,7 @@
        <where>
            1=1
            <if test=" communityId !=null and communityId != '' ">
                and community_id in = #{communityId}
                and community_id in  ( #{communityId} )
            </if>
            <if test=" communityId == null and streetId !=null and streetId != '' ">
                and community_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0")
@@ -395,7 +395,7 @@
        <where>
            1=1
            <if test=" communityId !=null and communityId != '' ">
                and community_id in = #{communityId}
                and community_id in  ( #{communityId} )
            </if>
            <if test=" communityId == null and streetId !=null and streetId != '' ">
                and community_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0")
@@ -413,7 +413,7 @@
        <where>
            1=1
            <if test=" communityId !=null and communityId != '' ">
                and community_id in = #{communityId}
                and community_id in  ( #{communityId} )
            </if>
            <if test=" communityId == null and streetId !=null and streetId != '' ">
                and community_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0")
@@ -431,7 +431,7 @@
        <where>
            1=1
            <if test=" communityId !=null and communityId != '' ">
                and community_id in = #{communityId}
                and community_id in  ( #{communityId} )
            </if>
            <if test=" communityId == null and streetId !=null and streetId != '' ">
                and community_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0")