lidongdong
2023-09-01 6586df1b90e54a20993305e124c3b1c7c1302d2f
修改商家评论列表报错
1个文件已修改
9 ■■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerMerchantEvaluateMapper.xml 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerMerchantEvaluateMapper.xml
@@ -88,6 +88,9 @@
            <if test="item.evaluateGrade != null">
                evaluate_grade,
            </if>
            <if test="item.communityId != null">
                community_id,
            </if>
            creation_time
        </trim>
        values
@@ -112,6 +115,9 @@
            </if>
            <if test="item.evaluateGrade != null">
                #{item.evaluateGrade},
            </if>
            <if test="item.communityId != null">
                #{item.communityId},
            </if>
            sysdate()
        </trim>
@@ -141,6 +147,9 @@
            <if test="item.evaluateGrade != null">
                evaluate_grade=#{item.evaluateGrade},
            </if>
            <if test="item.communityId != null">
                community_id=#{item.communityId},
            </if>
            update_time=sysdate()
        </set>
        where id = #{volunteerTypeVO.id}