|
@@ -56,7 +56,7 @@
|
|
|
<if test="totalClassTimes!=null">total_class_times_,</if>
|
|
|
<if test="currentClassTimes!=null">current_class_times_,</if>
|
|
|
<if test="img!=null">img_,</if>
|
|
|
- <if test="img!=null">memo_,</if>
|
|
|
+ <if test="memo!=null">memo_,</if>
|
|
|
<if test="delFlag!=null">del_flag_,</if>
|
|
|
</trim>
|
|
|
VALUES
|