|
@@ -229,7 +229,7 @@ public class BizProcessInspecionController extends BaseController
|
|
|
consult.setTechnologicalProcessDetailId(dayworkItem.getTechnologicalProcessDetailId());
|
|
|
consult.setProcessId(dayworkItem.getProcessId());
|
|
|
consult.setProcessAlias(processInspecion.getLot().getProcessAlias());
|
|
|
- consult.setIsProcessInspection(1);
|
|
|
+ consult.setIsOutsourcedInspection(1);
|
|
|
consult.setTechnicianId(technicianUser==null?0L:technicianUser.getUserId());
|
|
|
}
|
|
|
}
|