|
|
@@ -149,6 +149,14 @@ namespace Learun.Application.Web.Areas.EducationalAdministration.Controllers |
|
|
|
{ |
|
|
|
DispatchEntity entity = strEntity.ToObject<DispatchEntity>(); |
|
|
|
entity.FlowNo = "0"; |
|
|
|
if (entity.DisOffice == "1") |
|
|
|
{ |
|
|
|
entity.WorkName = "1"; |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
entity.WorkName = "2"; |
|
|
|
} |
|
|
|
dispatchIBLL.SaveEntity(keyValue, entity); |
|
|
|
|
|
|
|
if (string.IsNullOrEmpty(keyValue)) |
|
|
|