|
@@ -1590,7 +1590,7 @@ public class ZhcxInsideInspectionServiceImpl extends ServiceImpl<ZhcxInsideInspe
|
|
|
SysUserVo currUser = zhcxCommon.getCurrentUser();
|
|
|
ZhcxInsideInspectionDo itpDo = getById(itpDoPa.getId());
|
|
|
|
|
|
- if("unitp".equals(itpDo.getLaunchtype())) {
|
|
|
+ if(!"itp".equals(itpDo.getLaunchtype())) {
|
|
|
return;
|
|
|
}
|
|
|
String machineNo = itpDo.getMachineno();
|