|
@@ -293,7 +293,7 @@ public class CreditHandleController extends BaseController {
|
|
|
//融资方审批状态改为保存
|
|
|
ZcFinanceInf financeInf = new ZcFinanceInf();
|
|
|
financeInf.setZfiId(zfiId);
|
|
|
- financeInf.setZfiSupplierStatus("03");
|
|
|
+ financeInf.setZfiPlatformStatus("03");
|
|
|
financeInfService.updateById(financeInf);
|
|
|
//调用补充资料审批
|
|
|
//获取融信编号
|