|
|
@@ -108,7 +108,7 @@ public class FinancingApplyTask extends AbstractTask {
|
|
|
Apply.put("fa_hasErp", fina.getFa_hasErp());
|
|
|
Apply.put("fa_finid", fina.getFa_finid());
|
|
|
String url = "/openapi/applicant/assessFinancingApply.action";
|
|
|
- postForEntity(url, new ModelMap("FinancingApply", JSON.toJSONString(fina)).addAttribute("isB2B", true));
|
|
|
+ postForEntity(url, new ModelMap("FinancingApply", JSON.toJSONString(Apply)).addAttribute("isB2B", true));
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -128,5 +128,4 @@ public class FinancingApplyTask extends AbstractTask {
|
|
|
});
|
|
|
post("/erp/sale", dataWrap(idStr));
|
|
|
}
|
|
|
-
|
|
|
}
|