Browse Source

fix 修改删除附件

Administrator 1 year ago
parent
commit
da76745663

+ 1 - 1
ruoyi-system/src/main/resources/mapper/system/MemberAssessmentInfoMapper.xml

@@ -68,7 +68,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="activityLlzScore != null">activity_llz_score,</if>
             <if test="activityJbScore != null">activity_jb_score,</if>
             <if test="activityBssScore != null">activity_bss_score,</if>
-            <if test="investmentScore != null">investmentScore,</if>
+            <if test="investmentScore != null">investment_score,</if>
             <if test="totalPeople != null">total_people,</if>
             <if test="rank != null">rank,</if>
             <if test="year != null">year_data,</if>