|
@@ -280,7 +280,7 @@ public class ZhcxOutsideInspectionItpServiceImpl extends ServiceImpl<ZhcxOutside
|
|
|
public void reInspection(String id, MasterSlaveUpdateVo masterSlaveUpdate) {
|
|
|
ZhcxOutsideInspectionItpDo itpDo = getById(id);
|
|
|
if("99".equals(itpDo.getLifecycle())) {
|
|
|
- throw new CustomException("历史订单不能再做处理");
|
|
|
+ throw new CustomException("该报验单不能再次报验");
|
|
|
}
|
|
|
|
|
|
LambdaQueryWrapper<ZhcxOutsideInspectionItpSupervisionDispatchDo> dispatchLambdaQueryWrapper = Wrappers.lambdaQuery();
|