|
@@ -600,7 +600,7 @@ public class LiftCaseServiceImpl extends ServiceImpl<LiftCaseMapper, LiftCaseEnt
|
|
|
|
|
|
LiftCaseEntity selectById = caseMapper.selectById(liftCaseEntity.getId());
|
|
LiftCaseEntity selectById = caseMapper.selectById(liftCaseEntity.getId());
|
|
|
|
|
|
- if (null != selectById && selectById.getStatuz() == 1) {
|
|
|
|
|
|
+ if (null != selectById && selectById.getStatuz() == 3) {
|
|
return RestResponse.fail("该诊单用户已支付,无法修改报价");
|
|
return RestResponse.fail("该诊单用户已支付,无法修改报价");
|
|
}
|
|
}
|
|
|
|
|