Joburgess 5 vuotta sitten
vanhempi
commit
5cffd38b0f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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},