|
@@ -922,7 +922,10 @@ public class ZhcxOutsideInspectionItpServiceImpl extends ServiceImpl<ZhcxOutside
|
|
|
}
|
|
|
|
|
|
//设值检验员班组检验室
|
|
|
- updateSetLaboratoryByCheckerId(itpDo.getCheckerid(), updateEntity);
|
|
|
+ //外部公司报验不设值检验员检验室、班组
|
|
|
+ if(!"out_com".equals(itpDo.getLaunchtype())) {
|
|
|
+ updateSetLaboratoryByCheckerId(itpDo.getCheckerid(), updateEntity);
|
|
|
+ }
|
|
|
|
|
|
updateById(updateEntity);
|
|
|
|