|
@@ -230,7 +230,7 @@ public class RepairSaleService {
|
|
}
|
|
}
|
|
|
|
|
|
public void sendRegister(PayRegisterParam param,Long userId) {
|
|
public void sendRegister(PayRegisterParam param,Long userId) {
|
|
- if(StringUtils.isBlank(param.getRepairId()) || StringUtils.isBlank(param.getTrackingNum())){
|
|
|
|
|
|
+ if(StringUtils.isBlank(param.getRepairId()) ){
|
|
throw new BusinessException(ResultCode.MISSING_REQUIRED_PARAMETERS);
|
|
throw new BusinessException(ResultCode.MISSING_REQUIRED_PARAMETERS);
|
|
}
|
|
}
|
|
Repair repair = repairService.getById(param.getRepairId());
|
|
Repair repair = repairService.getById(param.getRepairId());
|