Commit f0db5156 authored by suntao's avatar suntao

Merge branch 'v1' of http://git.quantgroup.cn/QG/cash-loan-flow-boss into v1

# By junquan.wang@quantgroup.cn
# Via junquan.wang@quantgroup.cn
* 'v1' of http://git.quantgroup.cn/QG/cash-loan-flow-boss:
  贷前关单
parents 132446c9 b06b4190
......@@ -300,7 +300,7 @@ public class OrderService {
return false;
}*/
Long id = cancelPreLoanRepository.cancelPreLoan("SP468047603002844481308092");
Long id = cancelPreLoanRepository.cancelPreLoan(channelOrderNumber);
ConcurrentMap<Object, Object> data = Maps.newConcurrentMap();
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