|
|
@@ -256,8 +256,8 @@ public class B2BInformation extends AbstractTask{
|
|
|
private List<Map<String, Object>> getCustomerQuotaUpload() {
|
|
|
List<Map<String, Object>> maps = jdbcTemplate.queryForList("select * from (select cq_id,cq_factoruu," +
|
|
|
"cq_custuu,cq_custname,cq_effectdays,cq_quota,cq_lendrate,cq_annualrate," +
|
|
|
- "cq_repaymentmeans,cq_recorderuu,cq_approval,cq_enddate,cq_basicevaluation,cq_code,cq_uinfo,CQ_DEPOSITRATE from " +
|
|
|
- "customerQuota where CQ_UPLOADSTATUS='待上传' and cq_status = '已审核' and cq_quotatype='卖方客户' and nvl(cq_assuremeans,' ')<>' ' order by cq_code ) where rownum < 100");
|
|
|
+ "cq_repaymentmeans,cq_recorderuu,cq_approval,cq_enddate,cq_basicevaluation,cq_code,cq_uinfo," +
|
|
|
+ "CQ_DEPOSITRATE,cq_assuremeans from customerQuota where CQ_UPLOADSTATUS='待上传' and cq_status = '已审核' and cq_quotatype='卖方客户' order by cq_code ) where rownum < 100");
|
|
|
return maps;
|
|
|
}
|
|
|
|