Commit 6998932c authored by zhangqingle's avatar zhangqingle

修改接口

parent 5b05fdc5
......@@ -220,7 +220,7 @@ public interface BLessonPersonRepository extends BaseMapper<BLessonPerson> {
" <if test=\"param.updateDate != null \">update_date=#{param.updateDate},</if>"+
" <if test=\"param.delFlag != null and param.delFlag != '' \">del_flag=#{param.delFlag},</if>"+
" <if test=\"param.flag != null and param.flag != '' \">flag=#{param.flag},</if> " +
" apply_date = ifnull(apply_date, #{nowDate}) "+
" apply_date = ifnull(apply_date, #{nowDate}), "+
" appoint_id=#{param.appointId}, " +
" is_appoint=#{param.isAppoint} " +
" </set> " +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment