Commit eefea9f2 authored by 王俊权's avatar 王俊权

贷前关单

parent 2b5f4331
...@@ -22,6 +22,7 @@ import cn.quantgroup.cashloanflowboss.spi.xyqb.repository.CancelPreLoanRepositor ...@@ -22,6 +22,7 @@ import cn.quantgroup.cashloanflowboss.spi.xyqb.repository.CancelPreLoanRepositor
import cn.quantgroup.cashloanflowboss.spi.xyqb.service.XYQBCenterService; import cn.quantgroup.cashloanflowboss.spi.xyqb.service.XYQBCenterService;
import cn.quantgroup.cashloanflowboss.utils.JSONTools; import cn.quantgroup.cashloanflowboss.utils.JSONTools;
import cn.quantgroup.user.retbean.XUser; import cn.quantgroup.user.retbean.XUser;
import com.google.common.collect.Lists;
import com.google.common.collect.Maps; import com.google.common.collect.Maps;
import java.math.BigDecimal; import java.math.BigDecimal;
import java.util.ArrayList; import java.util.ArrayList;
...@@ -292,7 +293,7 @@ public class OrderService { ...@@ -292,7 +293,7 @@ public class OrderService {
return false; return false;
}*/ }*/
Long id = cancelPreLoanRepository.cancelPreLoan("SP468047603002844481308092"); Long id = cancelPreLoanRepository.cancelPreLoan(channelOrderNumber);
ConcurrentMap<Object, Object> data = Maps.newConcurrentMap(); ConcurrentMap<Object, Object> data = Maps.newConcurrentMap();
data.put("data",id); data.put("data",id);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment