Commit d11982c2 authored by 张庆's avatar 张庆

最受结果

parent 5b2f34ef
......@@ -101,7 +101,7 @@ public class CreditSubmitCommand extends AbstractCommand {
}
private CreditModel convert(CreditSubmitRequest request, CreditModel model) {
StringBuilder filePath = new StringBuilder();
StringBuilder filePath = new StringBuilder("ZN/");
filePath.append("CREDIT_DATA").append("/").append(DateUtil.format(new Date(), "yyyyMMdd")).append("/").append(request.getOrderNo()).append(".json");
model.setCreditDetailUrl(filePath.toString());
CreditInformationModel infoModel = request.getCreditData();
......
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