ソースを参照

update

add_mode
DengBiao 1年前
コミット
8eb9bf99fc
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      app/admin/svc/enterprise_manage/svc_central_kitchen_for_school.go

+ 1
- 1
app/admin/svc/enterprise_manage/svc_central_kitchen_for_school.go ファイルの表示

@@ -536,7 +536,7 @@ func CentralKitchenForSchoolStudentAdmission(req md.CentralKitchenForSchoolStude

func CentralKitchenForSchoolStudentAdmissionByClass(req md.CentralKitchenForSchoolStudentAdmissionByClass) (err error) {
// 删除 class_with_user 记录
_, err = db.Db.In("class_id = ?", req.ClassIds).Delete(model.ClassWithUser{})
_, err = db.Db.In("class_id", req.ClassIds).Delete(model.ClassWithUser{})
return
}



読み込み中…
キャンセル
保存