This commit is contained in:
parent
63565c8caa
commit
5da05882b9
|
|
@ -294,6 +294,7 @@ namespace BLL
|
|||
x.QuestionDef = item.QuestionDef;
|
||||
x.QuestionType = item.QuestionType;
|
||||
x.Standard = item.Standard;
|
||||
x.ReasonAnalysis = item.ReasonAnalysis;
|
||||
x.RectifyOpinion = item.RectifyOpinion;
|
||||
x.LimitDate = item.LimitDate;
|
||||
x.AttachUrl = item.AttachUrl;
|
||||
|
|
@ -347,6 +348,8 @@ namespace BLL
|
|||
newJointCheckDetail.QuestionType = a.QuestionType;
|
||||
if (!string.IsNullOrEmpty(a.Standard))
|
||||
newJointCheckDetail.Standard = a.Standard;
|
||||
if (!string.IsNullOrEmpty(a.ReasonAnalysis))
|
||||
newJointCheckDetail.ReasonAnalysis = a.ReasonAnalysis;
|
||||
if (!string.IsNullOrEmpty(a.RectifyOpinion))
|
||||
newJointCheckDetail.RectifyOpinion = a.RectifyOpinion;
|
||||
if (a.LimitDate.HasValue)
|
||||
|
|
|
|||
|
|
@ -1,239 +0,0 @@
|
|||
PK | ||||