Commit 0132ad4d authored by 黎博's avatar 黎博

调试

parent f106ec05
......@@ -17,7 +17,9 @@ public class QueryInProcessStatusServiceImpl implements QueryInProcessStatusServ
@Override
public void queryFundingAssignProgress(String namespace, String phoneNo, Integer fundId, String symbol) throws InterruptedException {
log.info("查询资方分配情况的参数:namespace=" + namespace + " ,phoneNo=" + phoneNo + " ,symbol=" + symbol);
String userId = queryBasicLoanStatusDataService.getUserInfoByPhoneNo(namespace, phoneNo).getUserId();
log.info("查询到的userId=" + userId);
while (true) {
Integer searchResult = queryBasicLoanStatusDataService.getAssignFundIdByUserId(namespace, userId);
log.info(searchResult.toString());
......
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