lyhzzz 2 tahun lalu
induk
melakukan
16cce6ec96

+ 1 - 1
src/main/java/com/fdkankan/sale/service/impl/RepairSaleService.java

@@ -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());