lidongdong
2023-11-15 ae42154841be5d3e439098e19c6da43a02b773ea
组织共建项目完成接口报错4
2个文件已修改
6 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/partybuilding/NewFightCommunityConstructionDTO.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NewFightCommunityConstructionMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/partybuilding/NewFightCommunityConstructionDTO.java
@@ -45,7 +45,7 @@
    private String isJoin="0";
    @ApiModelProperty("状态(1已发布  2进行中 3已完成)")
    private String status="1";
    private String status;
    @ApiModelProperty("预计完工时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NewFightCommunityConstructionMapper.xml
@@ -67,7 +67,7 @@
            nfcc.community_id
        FROM new_fight_community_construction as nfcc
        LEFT JOIN new_fight_project_join as nfpj ON nfpj.user_id=#{userId}
        LEFT JOIN com_act as ca ON ca.community_id=nfcc.community_id
        LEFT JOIN com_act as ca ON ca.community_id=nfcc.construction_community_id
        <where>
            1=1
            <if test="id !=null and id != '' ">
@@ -192,7 +192,7 @@
            </if>
            update_time=sysdate()
        </set>
        where id = #{item.id}
        where id=#{item.id}
    </update>
    <delete id="expurgateData" parameterType="String">