|
|
|
@ -232,6 +232,7 @@ public class QcCheckReportProduceServiceImpl implements IQcCheckReportProduceSer
|
|
|
|
|
//最后一条巡检记录得确认人当最终确认人
|
|
|
|
|
QcCheckReportIncome lastData = qcCheckReportIncomeMapper.getLastXJTaskInfo(qcCheckReportIncome);
|
|
|
|
|
if(lastData!=null ){
|
|
|
|
|
taskInfo.setProductType(lastData.getProductType());
|
|
|
|
|
taskInfo.setConfirmManCode(lastData.getConfirmManCode());
|
|
|
|
|
taskInfo.setConfirmManName(lastData.getConfirmManName());
|
|
|
|
|
taskInfo.setConfirm(lastData.getConfirm());
|
|
|
|
|