|
|
@@ -101,6 +101,7 @@ namespace Learun.Application.WebApi |
|
|
|
ReqFormEntity parameter = this.GetReqData<ReqFormEntity>(); |
|
|
|
|
|
|
|
RepairReport_StudentEntity entity = parameter.strEntity.ToObject<RepairReport_StudentEntity>(); |
|
|
|
if (string.IsNullOrWhiteSpace(entity.Contact)) return Fail("联系电话不能为空!"); |
|
|
|
repairreportStudentIBLL.SaveEntity(parameter.keyValue, entity); |
|
|
|
//entity.Status = 2; |
|
|
|
if (entity.Status == 2) |
|
|
|