|
@@ -370,6 +370,9 @@ public class StudentRepairServiceImpl extends BaseServiceImpl<Integer, StudentRe
|
|
if (repairInfo == null) {
|
|
if (repairInfo == null) {
|
|
throw new BizException("维修单不存在");
|
|
throw new BizException("维修单不存在");
|
|
}
|
|
}
|
|
|
|
+ if(repairInfo.getPayStatus().equals(2)){
|
|
|
|
+ return true;
|
|
|
|
+ }
|
|
|
|
|
|
Integer userId = studentPaymentOrder.getUserId();
|
|
Integer userId = studentPaymentOrder.getUserId();
|
|
|
|
|