|
update class_group set student_num_ = (student_num_ - 1),update_time_ = now() where id_ IN
|
|
update class_group set student_num_ = (student_num_ - 1),update_time_ = now() where id_ IN
|
|
<foreach collection="classGroupIds" item="classGroupId" open="(" close=")" separator=",">
|
|
<foreach collection="classGroupIds" item="classGroupId" open="(" close=")" separator=",">
|