|
|
|
@ -13,7 +13,6 @@ import cn.estsh.i3plus.ext.mes.pcn.pojo.repository.MesOqcLastCheckIfRepository;
|
|
|
|
|
import cn.estsh.i3plus.ext.mes.pcn.pojo.repository.MesOutPutStatisticsOqcRepository;
|
|
|
|
|
import cn.estsh.i3plus.ext.mes.pcn.pojo.util.MesPcnExtConstWords;
|
|
|
|
|
import cn.estsh.i3plus.ext.mes.pcn.pojo.util.MesPcnExtEnumUtil;
|
|
|
|
|
import cn.estsh.i3plus.icloud.core.sdk.ICoreUtilCloud;
|
|
|
|
|
import cn.estsh.i3plus.mes.pcn.api.iservice.busi.ISyncFuncService;
|
|
|
|
|
import cn.estsh.i3plus.platform.common.convert.ConvertBean;
|
|
|
|
|
import cn.estsh.i3plus.platform.common.exception.ImppExceptionEnum;
|
|
|
|
@ -54,9 +53,6 @@ public class JxOqcLastCheckService implements IJxOqcLastCheckService {
|
|
|
|
|
@Autowired
|
|
|
|
|
private IJxOutPutStatisticsDao outPutStatisticsDao;
|
|
|
|
|
|
|
|
|
|
//@Autowired
|
|
|
|
|
//private ICoreUtilCloud sysOrderNoRuleCloud;
|
|
|
|
|
|
|
|
|
|
@Autowired
|
|
|
|
|
private ISyncFuncService syncFuncService;
|
|
|
|
|
|
|
|
|
@ -64,9 +60,6 @@ public class JxOqcLastCheckService implements IJxOqcLastCheckService {
|
|
|
|
|
private MesOqcLastCheckIfRepository oqcLastCheckIfRepository;
|
|
|
|
|
|
|
|
|
|
@Autowired
|
|
|
|
|
private IJxOqcCheckService sxOqcCheckService;
|
|
|
|
|
|
|
|
|
|
@Autowired
|
|
|
|
|
private IBuOutPutStatisticsService buOutPutStatisticsService;
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|