|
@@ -206,6 +206,7 @@ public class QcresultInfoFacade extends QcresultInfoServiceImpl {
|
|
|
qcresultDetail.setCreator(useId.toString());
|
|
|
qcresultDetail.setGmtModified(now);
|
|
|
qcresultDetail.setModifier(useId.toString());
|
|
|
+ qcresultDetail.setInfo(StringUtil.isNotBlank(qcResultAlgVO.getInfo()) ? qcResultAlgVO.getInfo() : "");
|
|
|
qcresultDetailList.add(qcresultDetail);
|
|
|
}
|
|
|
qcresultDetailServiceImpl.saveBatch(qcresultDetailList);
|