提交代码
This commit is contained in:
@@ -244,7 +244,8 @@ namespace BLL
|
||||
{
|
||||
Model.RectifyNoticesItemItem newRItem = new Model.RectifyNoticesItemItem
|
||||
{
|
||||
WrongContent = item.Unqualified
|
||||
//WrongContent = item.Unqualified
|
||||
WrongContent = item.CheckItemSetContent
|
||||
};
|
||||
if (string.IsNullOrEmpty(rectifyNotices.CheckSpecialDetailId))
|
||||
{
|
||||
@@ -298,7 +299,8 @@ namespace BLL
|
||||
foreach (var item in getUnitDItem)
|
||||
{
|
||||
Model.PunishNoticeItemItem newPItem = new Model.PunishNoticeItemItem();
|
||||
newPItem.PunishContent = item.Unqualified;
|
||||
//newPItem.PunishContent = item.Unqualified;
|
||||
newPItem.PunishContent = item.CheckItemSetContent;
|
||||
newPItem.SortIndex = item.SortIndex;
|
||||
punishNotice.PunishNoticeItemItem.Add(newPItem);
|
||||
if (string.IsNullOrEmpty(punishNotice.CheckSpecialDetailId))
|
||||
@@ -335,7 +337,8 @@ namespace BLL
|
||||
foreach (var item in getUnitDItem)
|
||||
{
|
||||
Model.RectifyNoticesItemItem newRItem = new Model.RectifyNoticesItemItem();
|
||||
pauseNotice.ThirdContent += item.Unqualified;
|
||||
//pauseNotice.ThirdContent += item.Unqualified;
|
||||
pauseNotice.ThirdContent += item.CheckItemSetContent;
|
||||
string checkAreaName= UnitWorkService.GetNameById(item.CheckArea);
|
||||
if (!string.IsNullOrEmpty(checkAreaName))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user