|
|
@@ -171,7 +171,8 @@ public class B2BInformation extends AbstractTask{
|
|
|
for (Map<String, Object> map:customerQuotaUpload) {
|
|
|
//资金方UU
|
|
|
Object cq_factoruu = map.get("CQ_FACTORUU");
|
|
|
- Integer cqFactoruu =10046945;
|
|
|
+ Integer cqFactoruu =10050877;
|
|
|
+ //Integer cqFactoruu =10046945; //线上
|
|
|
if (cq_factoruu!=null) {
|
|
|
cqFactoruu = Integer.valueOf(cq_factoruu.toString());
|
|
|
}
|
|
|
@@ -183,7 +184,6 @@ public class B2BInformation extends AbstractTask{
|
|
|
cqCustuu = Integer.valueOf(cq_custuu.toString());
|
|
|
}
|
|
|
//融资方企业名称
|
|
|
- Object cq_custname = map.get("CQ_CUSTNAME");
|
|
|
String cqCustname = map.get("CQ_CUSTNAME").toString();
|
|
|
//授信期限(月)
|
|
|
Integer cqEffectdays = Integer.valueOf(map.get("CQ_EFFECTDAYS").toString());
|
|
|
@@ -197,7 +197,8 @@ public class B2BInformation extends AbstractTask{
|
|
|
String cqRepaymentmeans = map.get("CQ_REPAYMENTMEANS").toString();
|
|
|
//录入人UU
|
|
|
Object cq_recorderuu = map.get("CQ_RECORDERUU");
|
|
|
- Integer cqRecorderuu =1000014617;
|
|
|
+ Integer cqRecorderuu =200040254;
|
|
|
+ //Integer cqRecorderuu =1000014617; // 线上
|
|
|
if (cq_recorderuu!=null) {
|
|
|
cqRecorderuu = Integer.valueOf(cq_recorderuu.toString());
|
|
|
}
|