lidongdong
2023-08-17 38f2c892fcc2eca0f6aea1181bc4ca7fc7f3f8fd
修改新增志愿者活动报错
1个文件已修改
6 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/MostBeautifulVolunteerMapper.xml 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/MostBeautifulVolunteerMapper.xml
@@ -58,7 +58,7 @@
        order by weight_sorting asc,creation_time desc
    </select>
    <insert id="insertMostBeautifulVolunteer">
    <insert id="insertMostBeautifulVolunteer" parameterType="com.panzhihua.common.model.vos.community.MostBeautifulVolunteerVO">
        insert into most_beautiful_volunteer
        <trim prefix="(" suffix=")" suffixOverrides=",">
            <if test="mostBeautifulVolunteerVO.id != null">
@@ -85,7 +85,7 @@
            <if test="mostBeautifulVolunteerVO.communityId != null">
                community_id,
            </if>
            creationTime
            creation_time
        </trim>
        values
        <trim prefix="("  suffix=")" suffixOverrides=",">
@@ -117,7 +117,7 @@
        </trim>
    </insert>
    <update id="updateById">
    <update id="updateById" parameterType="com.panzhihua.common.model.vos.community.MostBeautifulVolunteerVO">
        update most_beautiful_volunteer
        <set>
            <if test="mostBeautifulVolunteerVO.id != null">