Browse Source

update

add_mode
DengBiao 1 year ago
parent
commit
a45f2f82d5
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/customer/hdl/hdl_user_identity.go

+ 1
- 0
app/customer/hdl/hdl_user_identity.go View File

@@ -140,6 +140,7 @@ func SaveSelfSupportForSchoolUserIdentity(c *gin.Context) {
if req.Kind == enum.UserIdentityKindForWorker {
kind = enum.UserIdentityKindForWorker
identity = enum.UserIdentityForSelfSupportForWorker
req.CertType = enum.UserIdentityCertTypeForIdCard
} else {
if req.IsTeacher {
identity = enum.UserIdentityForCentralKitchenForTeacher


Loading…
Cancel
Save