master
huanghai 5 years ago
parent b61afed90c
commit e5bfb91aa5

@ -294,7 +294,7 @@ func (s *Rpc) UpdateBaseStudent(ctx context.Context, in *BaseStudentProto.ModelA
} else {
//如果不是身份证号,那就用个默认值吧
model.Csrq = DateUtil.ConvertDate(in.Csrq)
model.Xbm = "1"
model.Xbm = in.Xbm
}
model.PersonId = in.PersonId
//学生姓名

Loading…
Cancel
Save