101captain
2022-03-30 4a555c54e1bcfbcaf30e89d40fbd7b079ac2ba65
党建相关bug修改
1个文件已修改
2 ■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/ComPbMemberMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/ComPbMemberMapper.xml
@@ -294,7 +294,7 @@
            com_act_act_regist AS cpam
            LEFT JOIN com_act_activity AS caa ON caa.id = cpam.activity_id
        WHERE
            cpam.user_id = #{userId} and caa.type = 3 and cpam.ent_time is not null
            cpam.user_id = #{userId} and caa.type = 3 and cpam.end_time is not null
    </select>
    <select id="getOrgDataStatistics" resultType="com.panzhihua.common.model.vos.partybuilding.ComDataStatisticsOrgVo">