Joburgess 5 年之前
父節點
當前提交
5cffd38b0f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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},