|
@@ -233,7 +233,7 @@ public class QcresultInfoFacade extends QcresultInfoServiceImpl {
|
|
|
qcresultDetailList.forEach(qcresultDetail -> {
|
|
|
//原手动添加缺陷绑定新机器评分id
|
|
|
qcresultDetail.setQcresultInfoId(newId);
|
|
|
- qcresultDetail.setGmtModified(now);
|
|
|
+ qcresultDetail.setGmtModified(DateUtil.now());
|
|
|
});
|
|
|
}
|
|
|
List<QcResultAlgVO> qcResultAlgVORes = algorithmVO.getQcResultAlgVOList();
|