1
This commit is contained in:
@@ -185,9 +185,8 @@ namespace FineUIPro.Web.HSSE.HiddenInspection
|
||||
RewardAndPunish.ResponseUnit = register.ResponsibleUnit;
|
||||
RewardAndPunish.Date = register.CheckTime;
|
||||
RewardAndPunish.Description = register.RegisterDef;
|
||||
RewardAndPunish.CreateMan = register.CheckManId;
|
||||
RewardAndPunish.RewardAndPunishCode = BLL.SQLHelper.RunProcNewId("SpGetNewCode5",
|
||||
"Check_RewardAndPunish", "RewardAndPunishCode", $"CF");
|
||||
RewardAndPunish.CreateMan = register.CheckManId;
|
||||
RewardAndPunish.RewardAndPunishCode = BLL.RewardAndPunishService.getCode("1", "CF");//接口获取的编号
|
||||
RewardAndPunish.RewardAndPunishMan = register.PunishPerson;
|
||||
RewardAndPunish.TeamGroupId = BLL.PersonService.GetPersonById(register.PunishPerson).TeamGroupId;
|
||||
RewardAndPunish.DataSource = "1";
|
||||
|
||||
Reference in New Issue
Block a user