Joburgess 5 years ago
parent
commit
5cffd38b0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/VipGroupMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/VipGroupMapper.xml

@@ -291,7 +291,7 @@
                 stop_reason_=#{stopReason},
             </if>
             <if test="memo!=null">
-                memo_=#{memo}
+                memo_=#{memo},
             </if>
             <if test="courseSchedulesJson!=null">
                 course_schedules_json_=#{courseSchedulesJson},