|
@@ -50,7 +50,7 @@ public class WechatPayService {
|
|
|
if(repair == null){
|
|
|
throw new BusinessException(ResultCode.MISSING_REQUIRED_PARAMETERS);
|
|
|
}
|
|
|
- if(repair.getStatus() != 9 || repair.getStatus() != 4){
|
|
|
+ if(repair.getStatus() != 9 && repair.getStatus() != 4){
|
|
|
throw new BusinessException(ResultCode.REPAIR_STATUS_NOT_EXITS);
|
|
|
}
|
|
|
RepairPay repairPay = repairPayService.getByRepairId(param.getRepairId(),1);
|