修改测试问题
This commit is contained in:
parent
e89cf62784
commit
4b8a01d2cd
@ -1232,10 +1232,14 @@
|
||||
<attribute name="USERID" label="用户ID" type="STRING" length="32"/>
|
||||
<attribute name="USERNAME" label="用户名称" type="STRING" length="32"/>
|
||||
<attribute name="ERRORMESSAGE" label="错误提示信息" type="STRING" length="200"/>
|
||||
<attribute name="REMOTEADDR" label="请求地址" type="STRING" length="100"/>
|
||||
<attribute name="REMOTEHOST" label="请求端口" type="STRING" length="20"/>
|
||||
<attribute name="SERVERNAME" label="服务名称" type="STRING" length="200"/>
|
||||
<attribute name="SERVERPORT" label="服务端口" type="STRING" length="20"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="createKey" value="false"/>
|
||||
<property name="createKey" value="true"/>
|
||||
<property name="table" value="USER_FAILEDLIST"/>
|
||||
</managerProperties>
|
||||
</manager>
|
||||
@ -2362,7 +2366,7 @@
|
||||
<attribute name="CARTYPE" label="车型" type="STRING" length="100"/>
|
||||
<attribute name="USERNAME" label="车主名称" type="STRING" length="32"/>
|
||||
<attribute name="USERPHONE" label="车主电话" type="STRING" length="11"/>
|
||||
<attribute name="SHOPNAME" label="安装店面" type="STRING" length="512"/>
|
||||
<attribute name="SHOPNAME" label="安装店面" type="STRING" length="100"/>
|
||||
<attribute name="SOURCE" label="GPS来源" type="STRING" length="10"/>
|
||||
<attribute name="INPUTTIME" label="录入时间" type="STRING" length="32"/>
|
||||
<attribute name="INPUTUSERID" label="录入人" type="STRING" length="32"/>
|
||||
@ -2404,7 +2408,7 @@
|
||||
<attribute name="CARTYPE" label="车型" type="STRING" length="100"/>
|
||||
<attribute name="USERNAME" label="车主名称" type="STRING" length="32"/>
|
||||
<attribute name="USERPHONE" label="车主电话" type="STRING" length="11"/>
|
||||
<attribute name="SHOPNAME" label="安装店面" type="STRING" length="512"/>
|
||||
<attribute name="SHOPNAME" label="安装店面" type="STRING" length="100"/>
|
||||
<attribute name="SOURCE" label="GPS来源" type="STRING" length="10"/>
|
||||
<attribute name="INPUTTIME" label="录入时间" type="STRING" length="32"/>
|
||||
<attribute name="INPUTUSERID" label="录入人" type="STRING" length="32"/>
|
||||
|
||||
@ -97,7 +97,15 @@ public class BusinessDataServiceImpl implements BusinessDataService {
|
||||
HttpServletRequest request, HttpServletResponse response,
|
||||
JBOTransaction tx, Transaction sqlca, ReturnMapUtil ReturnMapUtil)
|
||||
throws Exception {
|
||||
Map<String, Object> testMap = (Map<String, Object>) MultipartDataUtil
|
||||
|
||||
Map<String, Object> body = new HashMap<String, Object>();
|
||||
body.put("status", "N");
|
||||
body.put("message", "功能正在维护中!!");
|
||||
ReturnMapUtil.setReturnMap(body,
|
||||
RestfullConstant.baseProperty.get("fail").toString(), "功能正在维护中!!");
|
||||
return ReturnMapUtil.getReturnMap();
|
||||
|
||||
/*Map<String, Object> testMap = (Map<String, Object>) MultipartDataUtil
|
||||
.readRequestParam(request, "UTF-8");
|
||||
fieldMap = (Map<String, Object>) testMap.get("fieldMap"); // 参数
|
||||
String fullname = fieldMap.get("fullname") == null ? "" : fieldMap.get("fullname").toString();
|
||||
@ -231,7 +239,7 @@ public class BusinessDataServiceImpl implements BusinessDataService {
|
||||
RestfullConstant.baseProperty.get("fail").toString(), "审批规则未配置!");
|
||||
return ReturnMapUtil.getReturnMap();
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -33,4 +33,20 @@ public interface USER_FAILEDLIST{
|
||||
* 错误提示信息 STRING(200)<br>
|
||||
*/
|
||||
public static final String ERRORMESSAGE = "ERRORMESSAGE";
|
||||
/**
|
||||
* ワА華硊 STRING(100)<br>
|
||||
*/
|
||||
public static final String REMOTEADDR = "REMOTEADDR";
|
||||
/**
|
||||
* ワА傷諳 STRING(20)<br>
|
||||
*/
|
||||
public static final String REMOTEHOST = "REMOTEHOST";
|
||||
/**
|
||||
* 督昢靡備 STRING(200)<br>
|
||||
*/
|
||||
public static final String SERVERNAME = "SERVERNAME";
|
||||
/**
|
||||
* 督昢傷諳 STRING(20)<br>
|
||||
*/
|
||||
public static final String SERVERPORT = "SERVERPORT";
|
||||
}
|
||||
@ -43,6 +43,18 @@ insert into `BF_LABLECONFIG` (`ID`, `TAGNUMBER`, `TAGNAME`, `TITLE`, `TAGTYPE`,
|
||||
delete from BF_LABLECONFIG where id='87e832695708478ead2acd3bcdb7a9a9';
|
||||
insert into `BF_LABLECONFIG` (`ID`, `TAGNUMBER`, `TAGNAME`, `TITLE`, `TAGTYPE`, `VALUETYPE`, `VALUEFIELD`, `VALUEMETHOD`, `THOUSANDSFIELD`, `ISSHOEINDEX`, `REMARK`, `INPUTUSERID`, `INPUTORGID`, `UPDATEUSERID`, `UPDATEORGID`, `INPUTTIME`, `UPDATETIME`, `OPERATORCLASS`) values('87e832695708478ead2acd3bcdb7a9a9','100020','carhand','车间交接单','tag_type2','value_type3','CONTRACT_NO,BRAND,MODEL,MANUFACTURER_NAME,VNDR_NAME,CAR_COLOUR,FRAME_NUMBER,ENGINE_NUMBER','SELECT \r\n lcit.CONTRACT_NO CONTRACT_NO,\r\n lect.BRAND BRAND, \r\n lect.MODEL MODEL,\r\n lect.MANUFACTURER_NAME MANUFACTURER_NAME,\r\n lect.VNDR_NAME VNDR_NAME,\r\n lect.CAR_COLOUR CAR_COLOUR,\r\n lect.FRAME_NUMBER FRAME_NUMBER,\r\n lect.ENGINE_NUMBER ENGINE_NUMBER\r\nFROM\r\n LB_CONTRACT_INFO_TEMP lcit \r\n LEFT JOIN LB_EQUIPMENT_CAR_TEMP lect\r\nON lcit.flowunid = lect.FLOWUNID AND lect.car_attribute=\'head\'\r\nWHERE lcit.FlowUnid =:{FLOW_UNID} order by lect.inputtime',NULL,'N',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'word_default_class');
|
||||
|
||||
-- 创建定时卡扣记录表
|
||||
CREATE TABLE `lb_card_buckle_status` (
|
||||
id varchar(32) NOT NULL COMMENT 'id',
|
||||
status varchar(10) DEFAULT NULL COMMENT '状态',
|
||||
starttime varchar(32) DEFAULT NULL COMMENT '开始时间',
|
||||
endtime varchar(32) DEFAULT NULL COMMENT '结束时间'
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=gbk;
|
||||
|
||||
-- 修改资产管理报表租赁物车查询条件
|
||||
delete from AWE_DO_CATALOG where dono='FundIncomeReport';
|
||||
Insert Into AWE_DO_CATALOG (dono,doname,dodescribe,dotype,doclass,isinuse,colcount,modeid,jboclass,jbofrom,jbowhere,jbogroup,jboorder,businessprocess,exportflag,inputuser,inputtime,updateuser,updatetime,remark,isvalidate,parent) Values ('FundIncomeReport','资金实收报表',null,'30',null,'1','1','default','jbo.app.tenwa.calc.LC_FUND_INCOME','O left join jbo.com.tenwa.lease.comm.LB_CONTRACT_INFO lci on O.contract_id=lci.id left join jbo.com.tenwa.lease.comm.LB_UNION_LESSEE lul on lul.contract_id=lci.id and lul.is_main=''Y'' LEFT JOIN jbo.com.tenwa.lease.comm.LB_EQUIPMENT_CAR lec ON lec.project_id=O.project_id and lec.car_attribute=''head'' left join jbo.sys.USER_INFO ui on ui.userid=lci.project_manage ','lci.businesstype=''1'' AND O.fee_type=''feetype10'' AND( O.settle_method=''settlemethod6'' OR O.settle_method=''settlemethod13'') AND O.pay_status=''have_paid''','','lci.contract_number,charge_list','','','SYS_Designer','2018/10/30 18:25:04','SYS_Designer','2020/11/02 11:39:19','','1','');
|
||||
|
||||
-- ---------------以上生产环境已执行---------------------------------------
|
||||
|
||||
-- 添加通联卡扣短信发送数据字典
|
||||
@ -73,6 +85,30 @@ CREATE TABLE `lb_card_sign_status_his` (
|
||||
updatetime varchar(32) DEFAULT NULL COMMENT '更新时间'
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=gbk;
|
||||
|
||||
-- 修改通联签约状态描述
|
||||
delete from code_library where codeno='sign_status' and itemno='sign_status2';
|
||||
insert into `code_library` (`codeno`, `itemno`, `itemname`, `bankno`, `sortno`, `isinuse`, `itemdescribe`, `itemattribute`, `relativecode`, `attribute1`, `attribute2`, `attribute3`, `attribute4`, `attribute5`, `attribute6`, `attribute7`, `attribute8`, `inputuser`, `inputorg`, `inputtime`, `updateuser`, `updatetime`, `remark`, `helptext`) values('sign_status','sign_status2','签约已完成',NULL,'0020','1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SYS_Designer',NULL,'2019/01/07 19:14:10','SYS_Designer','2019/01/07 19:14:10',NULL,NULL);
|
||||
|
||||
-- 签约验证页面添加通联签约状态
|
||||
delete from AWE_DO_CATALOG where dono='CustomerBankVertifyList';
|
||||
Insert Into AWE_DO_CATALOG (dono,doname,dodescribe,dotype,doclass,isinuse,colcount,modeid,jboclass,jbofrom,jbowhere,jbogroup,jboorder,businessprocess,exportflag,inputuser,inputtime,updateuser,updatetime,remark,isvalidate,parent) Values ('CustomerBankVertifyList','客户银行卡四要素验证列表',null,'30030',null,'1','1','default','jbo.com.tenwa.lease.comm.LB_PROJECT_INFO','O left join jbo.com.tenwa.lease.comm.LB_UNION_LESSEE lul on O.id = lul.project_id left join jbo.app.tenwa.customer.CUSTOMER_INFO ci on ci.customerid=lul.customer_id left join jbo.app.tenwa.customer.CUSTOMER_PERSON cp on ci.customerid = cp.customerid left join jbo.app.tenwa.customer.CUSTOMER_ACCOUNT ca on ca.project_id=O.id left join jbo.com.tenwa.lease.comm.LB_CONTRACT_INFO lci on lci.project_id = O.id left join jbo.app.tenwa.calc.LC_CARD_TLSIGN lct on lct.project_id=O.id','ca.acc_type=''Debit''','','ca.SIGN_STATUS','','','SYS_Designer','2018/06/07 20:15:17','SYS_Designer','2020/10/26 18:59:19','','1','');
|
||||
|
||||
Insert Into awe_do_library (dono,colindex,sortno,isinuse,coltablename,colactualname,colname,coltype,coldefaultvalue,colheader,colunit,colcolumntype,coleditstyle,colcheckformat,colalign,coleditsourcetype,coleditsource,colhtmlstyle,collimit,colvisible,colreadonly,colrequired,colsortable,isfilter,colspan,isautocomplete,groupid,colfilterrefid,inputuser,inputtime,updateuser,updatetime,isaudit,colfilterattrs,isupdate,parentcolindex,tips,colinnerbtevent,colfilteroptions) Values ('CustomerBankVertifyList','1250','1250','1','','lct.SIGN_STATUS','SIGN_STATUS_TL','String','','通联签约结果','','1','Text','1','1','Code','sign_status','','100','1','0','0','1','0',0,'','','','SYS_Designer','2020/10/26 19:00:19','SYS_Designer','2020/10/26 19:05:53','0','','1','','','','');
|
||||
|
||||
-- 合同制作扣款卡页面添加银行名称
|
||||
Insert Into awe_do_library (dono,colindex,sortno,isinuse,coltablename,colactualname,colname,coltype,coldefaultvalue,colheader,colunit,colcolumntype,coleditstyle,colcheckformat,colalign,coleditsourcetype,coleditsource,colhtmlstyle,collimit,colvisible,colreadonly,colrequired,colsortable,isfilter,colspan,isautocomplete,groupid,colfilterrefid,inputuser,inputtime,updateuser,updatetime,isaudit,colfilterattrs,isupdate,parentcolindex,tips,colinnerbtevent,colfilteroptions) Values ('DebitCardInfoMcontract','1250','1025','1','O','bank_type','bank_type','String','','银行名称','','1','Text','1','1','','','',null,'1','1','1','1','0',0,'','0010','','SYS_Designer','2020/10/21 18:12:10','8006U00000001','2020/10/22 09:36:32','','','1','','','selectBankType()','');
|
||||
Insert Into awe_do_library (dono,colindex,sortno,isinuse,coltablename,colactualname,colname,coltype,coldefaultvalue,colheader,colunit,colcolumntype,coleditstyle,colcheckformat,colalign,coleditsourcetype,coleditsource,colhtmlstyle,collimit,colvisible,colreadonly,colrequired,colsortable,isfilter,colspan,isautocomplete,groupid,colfilterrefid,inputuser,inputtime,updateuser,updatetime,isaudit,colfilterattrs,isupdate,parentcolindex,tips,colinnerbtevent,colfilteroptions) Values ('DebitCardInfoMcontract','1260','1260','1','O','bank_code','bank_code','String','','银行代码','','1','Text','1','1','','','',null,'0','0','0','1','0',0,'','','','SYS_Designer','2020/10/21 18:12:10','SYS_Designer','2020/10/21 18:12:10','','','1','','','','');
|
||||
|
||||
-- 经销商审核页面集团类别添加“自营”
|
||||
Insert Into CODE_CATALOG (codeno,sortno,codetypeone,codetypetwo,codename,codedescribe,codeattribute,inputuser,inputorg,inputtime,updateuser,updatetime,remark) Values ('f_i_type','34500900','基础配置','集团类型','集团类型','','','SYS_Designer',null,'2020/11/04 11:11:45','SYS_Designer','2020/11/04 11:11:45','');
|
||||
Insert Into Code_Library (codeno,itemno,itemname,bankno,sortno,isinuse,itemdescribe,itemattribute,relativecode,attribute1,attribute2,attribute3,attribute4,attribute5,attribute6,attribute7,attribute8,inputuser,inputorg,inputtime,updateuser,updatetime,remark,helptext) Values ('f_i_type','f_i_type03','自营','','0030','1','','','','','','','','','','','','SYS_Designer',null,'2020/11/04 11:12:11','SYS_Designer','2020/11/04 11:12:11','','');
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -37,53 +37,28 @@
|
||||
<enname>project_process</enname>
|
||||
<reportDataSource>2c9023815726a036015726a496b00001</reportDataSource>
|
||||
<queryType>COMPLEXSQL</queryType>
|
||||
<sql>SELECT * FROM (
|
||||
SELECT
|
||||
o.id,
|
||||
lpi.project_no AS project_no,
|
||||
lci.contract_no contract_number,
|
||||
c.itemname business_status,
|
||||
di.distributor_name,
|
||||
lul.CUSTOMER_NAME,
|
||||
o.over_days,
|
||||
ui.username,
|
||||
oi.orgname,
|
||||
o.inputtime
|
||||
FROM
|
||||
business_status o
|
||||
LEFT JOIN lb_contract_info lci ON lci.contract_no=o.contract_number
|
||||
LEFT JOIN lb_project_info lpi ON lpi.id=lci.project_id 
|
||||
LEFT JOIN lb_union_lessee lul ON lul.contract_id=lci.id 
|
||||
LEFT JOIN distributor_info di ON di.distributor_no=lpi.distributor_id 
|
||||
LEFT JOIN code_library c ON c.itemno = o.business_status AND c.codeno = 'BusinessStatus'
|
||||
LEFT JOIN user_info ui ON ui.userid=o.inputuserid
|
||||
LEFT JOIN org_info oi ON oi.orgid=o.inputorgid
|
||||
WHERE lci.contract_no IS NOT NULL
|
||||
UNION ALL
|
||||
SELECT
|
||||
o.id,
|
||||
lpi.project_no AS project_no,
|
||||
NULL contract_number,
|
||||
c.itemname business_status,
|
||||
di.distributor_name,
|
||||
lul.CUSTOMER_NAME,
|
||||
o.over_days,
|
||||
ui.username,
|
||||
oi.orgname,
|
||||
o.inputtime
|
||||
FROM
|
||||
business_status o
|
||||
LEFT JOIN (SELECT project_no,MIN(id) id,MIN(distributor_id) distributor_id FROM lb_project_info_temp GROUP BY project_no) lpi ON lpi.project_no=o.contract_number
|
||||
LEFT JOIN (SELECT * FROM lb_union_lessee_temp GROUP BY project_id) lul ON lpi.id=lul.project_id AND lul.contract_id IS NOT NULL
|
||||
LEFT JOIN distributor_info di ON di.distributor_no=lpi.distributor_id 
|
||||
LEFT JOIN code_library c ON c.itemno = o.business_status AND c.codeno = 'BusinessStatus'
|
||||
LEFT JOIN user_info ui ON ui.userid=o.inputuserid
|
||||
LEFT JOIN org_info oi ON oi.orgid=o.inputorgid
|
||||
WHERE ISNULL(lul.CUSTOMER_NAME)=0 
|
||||
) t
|
||||
ORDER BY t.inputtime DESC</sql>
|
||||
<sql>SELECT subjectname,distributor_name,CUSTOMER_NAME,project_no,contract_number,business_status,over_days,username,orgname,inputtime FROM project_process WHERE subjectname IS NOT NULL</sql>
|
||||
<sqlParamValue></sqlParamValue>
|
||||
<columns>
|
||||
<column>
|
||||
<id>2c9c81b969188a33016fa7bbfb6f050d</id>
|
||||
<name>subjectname</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<label>主体名称</label>
|
||||
<enLabel>subjectname</enLabel>
|
||||
<width>210</width>
|
||||
<position>10</position>
|
||||
<isVisible>true</isVisible>
|
||||
<color></color>
|
||||
<isCountTotal>false</isCountTotal>
|
||||
<isCountSubTotal>false</isCountSubTotal>
|
||||
<isGroupby>false</isGroupby>
|
||||
<isMerge>false</isMerge>
|
||||
<action></action>
|
||||
<actionParamters></actionParamters>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>2c9c81b566e3b2c70166e7b74f3c0004</id>
|
||||
<name>distributor_name</name>
|
||||
@ -92,7 +67,7 @@ ORDER BY t.inputtime DESC</sql>
|
||||
<label>经销商名称</label>
|
||||
<enLabel>distributor_name</enLabel>
|
||||
<width>100</width>
|
||||
<position>10</position>
|
||||
<position>11</position>
|
||||
<isVisible>true</isVisible>
|
||||
<color></color>
|
||||
<isCountTotal>false</isCountTotal>
|
||||
@ -111,27 +86,8 @@ ORDER BY t.inputtime DESC</sql>
|
||||
<label>承租人名称</label>
|
||||
<enLabel>CUSTOMER_NAME</enLabel>
|
||||
<width>100</width>
|
||||
<position>11</position>
|
||||
<isVisible>true</isVisible>
|
||||
<color></color>
|
||||
<isCountTotal>false</isCountTotal>
|
||||
<isCountSubTotal>false</isCountSubTotal>
|
||||
<isGroupby>false</isGroupby>
|
||||
<isMerge>false</isMerge>
|
||||
<action></action>
|
||||
<actionParamters></actionParamters>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>2c9c81b564d64aa10164d6d53c640008</id>
|
||||
<name>id</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<label>id</label>
|
||||
<enLabel>id</enLabel>
|
||||
<width>100</width>
|
||||
<position>12</position>
|
||||
<isVisible>false</isVisible>
|
||||
<isVisible>true</isVisible>
|
||||
<color></color>
|
||||
<isCountTotal>false</isCountTotal>
|
||||
<isCountSubTotal>false</isCountSubTotal>
|
||||
@ -149,7 +105,7 @@ ORDER BY t.inputtime DESC</sql>
|
||||
<label>申请编号</label>
|
||||
<enLabel>project_no</enLabel>
|
||||
<width>100</width>
|
||||
<position>13</position>
|
||||
<position>14</position>
|
||||
<isVisible>true</isVisible>
|
||||
<color></color>
|
||||
<isCountTotal>false</isCountTotal>
|
||||
@ -168,7 +124,7 @@ ORDER BY t.inputtime DESC</sql>
|
||||
<label>合同编号</label>
|
||||
<enLabel>contract_number</enLabel>
|
||||
<width>100</width>
|
||||
<position>14</position>
|
||||
<position>15</position>
|
||||
<isVisible>true</isVisible>
|
||||
<color></color>
|
||||
<isCountTotal>false</isCountTotal>
|
||||
@ -187,7 +143,7 @@ ORDER BY t.inputtime DESC</sql>
|
||||
<label>当前合同状态</label>
|
||||
<enLabel>business_status</enLabel>
|
||||
<width>100</width>
|
||||
<position>15</position>
|
||||
<position>16</position>
|
||||
<isVisible>true</isVisible>
|
||||
<color></color>
|
||||
<isCountTotal>false</isCountTotal>
|
||||
@ -206,7 +162,7 @@ ORDER BY t.inputtime DESC</sql>
|
||||
<label>逾期天数</label>
|
||||
<enLabel>over_days</enLabel>
|
||||
<width>100</width>
|
||||
<position>16</position>
|
||||
<position>17</position>
|
||||
<isVisible>true</isVisible>
|
||||
<color></color>
|
||||
<isCountTotal>false</isCountTotal>
|
||||
@ -225,7 +181,7 @@ ORDER BY t.inputtime DESC</sql>
|
||||
<label>当前处理人</label>
|
||||
<enLabel>username</enLabel>
|
||||
<width>100</width>
|
||||
<position>17</position>
|
||||
<position>18</position>
|
||||
<isVisible>true</isVisible>
|
||||
<color></color>
|
||||
<isCountTotal>false</isCountTotal>
|
||||
@ -244,7 +200,7 @@ ORDER BY t.inputtime DESC</sql>
|
||||
<label>当前处理部门</label>
|
||||
<enLabel>orgname</enLabel>
|
||||
<width>100</width>
|
||||
<position>18</position>
|
||||
<position>19</position>
|
||||
<isVisible>true</isVisible>
|
||||
<color></color>
|
||||
<isCountTotal>false</isCountTotal>
|
||||
@ -263,7 +219,7 @@ ORDER BY t.inputtime DESC</sql>
|
||||
<label>处理时间</label>
|
||||
<enLabel>inputtime</enLabel>
|
||||
<width>100</width>
|
||||
<position>19</position>
|
||||
<position>20</position>
|
||||
<isVisible>true</isVisible>
|
||||
<color></color>
|
||||
<isCountTotal>false</isCountTotal>
|
||||
@ -329,6 +285,16 @@ ORDER BY t.inputtime DESC</sql>
|
||||
<htmlType>TEXT</htmlType>
|
||||
<position>4</position>
|
||||
</filter>
|
||||
<filter>
|
||||
<id>2c9c81b969188a33016fa7bbfb6f050c</id>
|
||||
<name>subjectname</name>
|
||||
<enname>subjectname</enname>
|
||||
<label>主体名称</label>
|
||||
<filterType>FILTER</filterType>
|
||||
<dbType>STRING</dbType>
|
||||
<htmlType>TEXT</htmlType>
|
||||
<position>5</position>
|
||||
</filter>
|
||||
</filters>
|
||||
<filterExpress></filterExpress>
|
||||
<pageSize>20</pageSize>
|
||||
|
||||
@ -37,102 +37,53 @@
|
||||
<enname>ProjectProcessNew</enname>
|
||||
<reportDataSource>2c9023815726a036015726a496b00001</reportDataSource>
|
||||
<queryType>COMPLEXSQL</queryType>
|
||||
<sql>SELECT t.* FROM (
|
||||
SELECT
|
||||
o.id,
|
||||
lpi.project_no AS project_no,
|
||||
lci.contract_no contract_number,
|
||||
c.itemname business_status,
|
||||
di.distributor_name,
|
||||
lul.CUSTOMER_NAME,
|
||||
o.over_days,
|
||||
ui.username,
|
||||
oi.orgname,
|
||||
o.inputtime
|
||||
FROM
|
||||
business_status o
|
||||
LEFT JOIN lb_contract_info lci ON lci.contract_no=o.contract_number
|
||||
LEFT JOIN lb_project_info lpi ON lpi.id=lci.project_id 
|
||||
LEFT JOIN lb_union_lessee lul ON lul.contract_id=lci.id 
|
||||
LEFT JOIN distributor_info di ON di.distributor_no=lpi.distributor_id 
|
||||
LEFT JOIN code_library c ON c.itemno = o.business_status AND c.codeno = 'BusinessStatus'
|
||||
LEFT JOIN user_info ui ON ui.userid=o.inputuserid
|
||||
LEFT JOIN org_info oi ON oi.orgid=o.inputorgid
|
||||
WHERE lci.contract_no IS NOT NULL
|
||||
UNION ALL
|
||||
SELECT
|
||||
o.id,
|
||||
lpi.project_no AS project_no,
|
||||
NULL contract_number,
|
||||
c.itemname business_status,
|
||||
di.distributor_name,
|
||||
lul.CUSTOMER_NAME,
|
||||
o.over_days,
|
||||
ui.username,
|
||||
oi.orgname,
|
||||
o.inputtime
|
||||
FROM
|
||||
business_status o
|
||||
LEFT JOIN (SELECT project_no,min(id) id,min(distributor_id) distributor_id FROM lb_project_info_temp GROUP BY project_no) lpi ON lpi.project_no=o.contract_number
|
||||
LEFT JOIN (SELECT * FROM lb_union_lessee_temp GROUP BY project_id) lul ON lpi.id=lul.project_id AND lul.contract_id IS NOT NULL
|
||||
LEFT JOIN distributor_info di ON di.distributor_no=lpi.distributor_id 
|
||||
LEFT JOIN code_library c ON c.itemno = o.business_status AND c.codeno = 'BusinessStatus'
|
||||
LEFT JOIN user_info ui ON ui.userid=o.inputuserid
|
||||
LEFT JOIN org_info oi ON oi.orgid=o.inputorgid
|
||||
WHERE ISNULL(lul.CUSTOMER_NAME)=0
|
||||
) t WHERE 
|
||||
EXISTS (
|
||||
SELECT 1 FROM (
|
||||
SELECT t2.* FROM (
|
||||
SELECT t1.* FROM 
|
||||
(SELECT
|
||||
o.id,
|
||||
lpi.project_no AS project_no,
|
||||
lci.contract_no contract_number,
|
||||
c.itemname business_status,
|
||||
di.distributor_name,
|
||||
lul.CUSTOMER_NAME,
|
||||
o.over_days,
|
||||
ui.username,
|
||||
oi.orgname,
|
||||
o.inputtime
|
||||
FROM
|
||||
business_status o
|
||||
LEFT JOIN lb_contract_info lci ON lci.contract_no=o.contract_number
|
||||
LEFT JOIN lb_project_info lpi ON lpi.id=lci.project_id 
|
||||
LEFT JOIN lb_union_lessee lul ON lul.contract_id=lci.id 
|
||||
LEFT JOIN distributor_info di ON di.distributor_no=lpi.distributor_id 
|
||||
LEFT JOIN code_library c ON c.itemno = o.business_status AND c.codeno = 'BusinessStatus'
|
||||
LEFT JOIN user_info ui ON ui.userid=o.inputuserid
|
||||
LEFT JOIN org_info oi ON oi.orgid=o.inputorgid
|
||||
WHERE lci.contract_no IS NOT NULL
|
||||
UNION ALL
|
||||
SELECT
|
||||
o.id,
|
||||
lpi.project_no AS project_no,
|
||||
NULL contract_number,
|
||||
c.itemname business_status,
|
||||
di.distributor_name,
|
||||
lul.CUSTOMER_NAME,
|
||||
o.over_days,
|
||||
ui.username,
|
||||
oi.orgname,
|
||||
o.inputtime
|
||||
FROM
|
||||
business_status o
|
||||
LEFT JOIN (SELECT project_no,min(id) id,min(distributor_id) distributor_id FROM lb_project_info_temp GROUP BY project_no) lpi ON lpi.project_no=o.contract_number
|
||||
LEFT JOIN (SELECT * FROM lb_union_lessee_temp GROUP BY project_id) lul ON lpi.id=lul.project_id AND lul.contract_id IS NOT NULL
|
||||
LEFT JOIN distributor_info di ON di.distributor_no=lpi.distributor_id 
|
||||
LEFT JOIN code_library c ON c.itemno = o.business_status AND c.codeno = 'BusinessStatus'
|
||||
LEFT JOIN user_info ui ON ui.userid=o.inputuserid
|
||||
LEFT JOIN org_info oi ON oi.orgid=o.inputorgid
|
||||
WHERE ISNULL(lul.CUSTOMER_NAME)=0) t1 ORDER BY t1.inputtime DESC LIMIT 10000000000) t2 GROUP BY t2.project_no
|
||||
) t3
|
||||
WHERE t3.id=t.id
|
||||
) 
|
||||
ORDER BY t.inputtime DESC</sql>
|
||||
<sql>select
|
||||
lpi.subjectname,
|
||||
o.id,
|
||||
lpi.project_no AS project_no,
|
||||
lci.contract_no contract_number,
|
||||
c.itemname business_status,
|
||||
di.distributor_name,
|
||||
lul.CUSTOMER_NAME,
|
||||
o.over_days,
|
||||
ui.username,
|
||||
oi.orgname,
|
||||
o.inputtime
|
||||
from (
|
||||
select * from business_status bs where exists(select 1 from
|
||||
(select contract_number,max(inputtime) as inputtime from business_status group by contract_number) t
|
||||
where t.contract_number = bs.contract_number and inputtime = bs.inputtime
|
||||
)
|
||||
) o
|
||||
LEFT JOIN lb_contract_info lci ON lci.contract_no=o.contract_number
|
||||
LEFT JOIN lb_project_info lpi ON lpi.id=lci.project_id
|
||||
LEFT JOIN lb_union_lessee lul ON lul.contract_id=lci.id
|
||||
LEFT JOIN distributor_info di ON di.distributor_no=lpi.distributor_id
|
||||
LEFT JOIN code_library c ON c.itemno = o.business_status AND c.codeno = 'BusinessStatus'
|
||||
LEFT JOIN user_info ui ON ui.userid=o.inputuserid
|
||||
LEFT JOIN org_info oi ON oi.orgid=o.inputorgid
|
||||
WHERE lci.contract_no IS NOT NULL ORDER BY o.inputtime desc</sql>
|
||||
<sqlParamValue></sqlParamValue>
|
||||
<columns>
|
||||
<column>
|
||||
<id>2c9c81b969188a33016fa7df31630520</id>
|
||||
<name>subjectname</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<label>主体名称</label>
|
||||
<enLabel>subjectname</enLabel>
|
||||
<width>210</width>
|
||||
<position>11</position>
|
||||
<isVisible>true</isVisible>
|
||||
<color></color>
|
||||
<isCountTotal>false</isCountTotal>
|
||||
<isCountSubTotal>false</isCountSubTotal>
|
||||
<isGroupby>false</isGroupby>
|
||||
<isMerge>false</isMerge>
|
||||
<action></action>
|
||||
<actionParamters></actionParamters>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>2c9c81b56658994a0165ebf8307c0008</id>
|
||||
<name>id</name>
|
||||
@ -141,7 +92,7 @@ ORDER BY t.inputtime DESC</sql>
|
||||
<label>标识</label>
|
||||
<enLabel>id</enLabel>
|
||||
<width>100</width>
|
||||
<position>10</position>
|
||||
<position>12</position>
|
||||
<isVisible>false</isVisible>
|
||||
<color></color>
|
||||
<isCountTotal>false</isCountTotal>
|
||||
@ -160,7 +111,7 @@ ORDER BY t.inputtime DESC</sql>
|
||||
<label>经销商名称</label>
|
||||
<enLabel>distributor_name</enLabel>
|
||||
<width>100</width>
|
||||
<position>11</position>
|
||||
<position>13</position>
|
||||
<isVisible>true</isVisible>
|
||||
<color></color>
|
||||
<isCountTotal>false</isCountTotal>
|
||||
@ -179,7 +130,7 @@ ORDER BY t.inputtime DESC</sql>
|
||||
<label>承租人名称</label>
|
||||
<enLabel>CUSTOMER_NAME</enLabel>
|
||||
<width>100</width>
|
||||
<position>12</position>
|
||||
<position>14</position>
|
||||
<isVisible>true</isVisible>
|
||||
<color></color>
|
||||
<isCountTotal>false</isCountTotal>
|
||||
@ -198,7 +149,7 @@ ORDER BY t.inputtime DESC</sql>
|
||||
<label>申请编号</label>
|
||||
<enLabel>project_no</enLabel>
|
||||
<width>100</width>
|
||||
<position>13</position>
|
||||
<position>15</position>
|
||||
<isVisible>true</isVisible>
|
||||
<color></color>
|
||||
<isCountTotal>false</isCountTotal>
|
||||
@ -217,7 +168,7 @@ ORDER BY t.inputtime DESC</sql>
|
||||
<label>合同编号</label>
|
||||
<enLabel>contract_number</enLabel>
|
||||
<width>100</width>
|
||||
<position>14</position>
|
||||
<position>16</position>
|
||||
<isVisible>true</isVisible>
|
||||
<color></color>
|
||||
<isCountTotal>false</isCountTotal>
|
||||
@ -236,7 +187,7 @@ ORDER BY t.inputtime DESC</sql>
|
||||
<label>当前合同状态</label>
|
||||
<enLabel>business_status</enLabel>
|
||||
<width>100</width>
|
||||
<position>15</position>
|
||||
<position>17</position>
|
||||
<isVisible>true</isVisible>
|
||||
<color></color>
|
||||
<isCountTotal>false</isCountTotal>
|
||||
@ -255,7 +206,7 @@ ORDER BY t.inputtime DESC</sql>
|
||||
<label>逾期天数</label>
|
||||
<enLabel>over_days</enLabel>
|
||||
<width>100</width>
|
||||
<position>16</position>
|
||||
<position>18</position>
|
||||
<isVisible>true</isVisible>
|
||||
<color></color>
|
||||
<isCountTotal>false</isCountTotal>
|
||||
@ -274,7 +225,7 @@ ORDER BY t.inputtime DESC</sql>
|
||||
<label>当前处理人</label>
|
||||
<enLabel>username</enLabel>
|
||||
<width>100</width>
|
||||
<position>17</position>
|
||||
<position>19</position>
|
||||
<isVisible>true</isVisible>
|
||||
<color></color>
|
||||
<isCountTotal>false</isCountTotal>
|
||||
@ -293,7 +244,7 @@ ORDER BY t.inputtime DESC</sql>
|
||||
<label>当前处理部门</label>
|
||||
<enLabel>orgname</enLabel>
|
||||
<width>100</width>
|
||||
<position>18</position>
|
||||
<position>20</position>
|
||||
<isVisible>true</isVisible>
|
||||
<color></color>
|
||||
<isCountTotal>false</isCountTotal>
|
||||
@ -312,7 +263,7 @@ ORDER BY t.inputtime DESC</sql>
|
||||
<label>当前处理时间</label>
|
||||
<enLabel>inputtime</enLabel>
|
||||
<width>100</width>
|
||||
<position>19</position>
|
||||
<position>21</position>
|
||||
<isVisible>true</isVisible>
|
||||
<color></color>
|
||||
<isCountTotal>false</isCountTotal>
|
||||
@ -378,6 +329,16 @@ ORDER BY t.inputtime DESC</sql>
|
||||
<htmlType>TEXT</htmlType>
|
||||
<position>4</position>
|
||||
</filter>
|
||||
<filter>
|
||||
<id>2c9c81b969188a33016fa7df3163051f</id>
|
||||
<name>subjectname</name>
|
||||
<enname>subjectname</enname>
|
||||
<label>主体名称</label>
|
||||
<filterType>FILTER</filterType>
|
||||
<dbType>STRING</dbType>
|
||||
<htmlType>TEXT</htmlType>
|
||||
<position>5</position>
|
||||
</filter>
|
||||
</filters>
|
||||
<filterExpress></filterExpress>
|
||||
<pageSize>20</pageSize>
|
||||
|
||||
@ -92,7 +92,7 @@ lpi.subjectname,
|
||||
'' AS '是否有保险',
|
||||
'' AS '保险公司名称',
|
||||
'' AS '保险到期日' ,
|
||||
LEC.LICENSE_PLATE_NUMBER AS LICENSE_PLATE_NUMBER,lii.Invoice_number AS Invoice_number,lii.Invoice_money AS Invoice_money,lii.Invoice_date AS Invoice_date ,LCI.ASSETTRANSFERER,LCI.TRANSFERDATE,LCI.TURNOUTREMARKS,vcd.cartype
|
||||
LEC.LICENSE_PLATE_NUMBER AS LICENSE_PLATE_NUMBER,lii.Invoice_number AS Invoice_number,lii.Invoice_money AS Invoice_money,lii.Invoice_date AS Invoice_date ,LCI.ASSETTRANSFERER,LCI.TRANSFERDATE,LCI.TURNOUTREMARKS,case when syc.model_id is not null then '商用车' when cyc.modelid is not null then '乘用车' else '其他' end as cartype
|
||||
FROM
|
||||
(SELECT ID,DISTRIBUTOR_ID,CONTRACT_NUMBER,ASSETTRANSFERER,TRANSFERDATE,TURNOUTREMARKS FROM LB_CONTRACT_INFO WHERE BUSINESSTYPE='1' AND CONTRACT_STATUS='31')LCI
|
||||
LEFT JOIN
|
||||
@ -105,7 +105,8 @@ LEFT JOIN
|
||||
LC_CALC_CONDITION LCC ON LCC.CONTRACT_ID=LFI.CONTRACT_ID
|
||||
LEFT JOIN
|
||||
LB_EQUIPMENT_CAR LEC ON LEC.CONTRACT_ID=LFI.CONTRACT_ID and LEC.car_attribute='head'
|
||||
LEFT JOIN vi_car_data vcd on LEC.modelId=vcd.modelId
|
||||
LEFT JOIN ( select modelId from lb_cardata_model group by modelId ) cyc on LEC.modelId=cyc.modelId
|
||||
left join ( select model_id from lb_cardata_commercial_model group by model_id ) syc on LEC.modelId=syc.model_id
|
||||
LEFT JOIN
|
||||
(SELECT CI.CUSTOMERID,MAX(CI.CUSTOMERNAME) AS CUSTOMERNAME,MAX(CI2.CERTID) AS CERTID,MAX(CI2.FAMILYMONTHINCOME) AS FAMILYMONTHINCOME,MAX(CA.FULLADDRESS) AS FULLADDRESS,MAX(CA2.BANK_NAME) AS BANK_NAME,MAX(CA2.ACC_NUMBER) AS ACC_NUMBER,MAX(CI2.NATIVEPLACE) AS NATIVEPLACE,MAX(CI2.SEX) AS SEX,MAX(CI2.CERTTYPE) AS CERTTYPE,MAX(CI2.MARRIAGE) AS MARRIAGE,MAX(CF.NAME) AS NAME FROM CUSTOMER_INFO CI LEFT JOIN CUSTOMER_PERSON CI2 ON CI2.CUSTOMERID=CI.CUSTOMERID LEFT JOIN CUSTOMER_ADDRESS CA ON CA.CUSTOMERID=CI.CUSTOMERID LEFT JOIN CUSTOMER_ACCOUNT CA2 ON CA2.CUSTOMERID=CI.CUSTOMERID LEFT JOIN CUSTOMER_FAMILY CF ON CF.CUSTOMERID=CI.CUSTOMERID AND CF.SPOUSE_='Y' GROUP BY CI.CUSTOMERID)CI ON CI.CUSTOMERID=LUL.CUSTOMER_ID
|
||||
LEFT JOIN
|
||||
@ -135,7 +136,7 @@ LEFT JOIN
|
||||
LEFT JOIN
|
||||
VI_OVERDUE_CONTRACT2 VVC ON VVC.CONTRACT_ID=LFI.CONTRACT_ID
|
||||
LEFT JOIN
|
||||
LB_CAR_LICENSE_PLATE_INFO LCLPI ON LCLPI.CONTRACT_ID=LCI.ID
|
||||
LB_CAR_LICENSE_PLATE_INFO LCLPI ON LCLPI.CONTRACT_ID=LCI.ID AND LCLPI.FRAME_NUMBER=LEC.FRAME_NUMBER
|
||||
LEFT JOIN lb_Invoice_info lii ON lii.contract_id=LUL.CONTRACT_ID</sql>
|
||||
<sqlParamValue></sqlParamValue>
|
||||
<columns>
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
</datasources>
|
||||
<reports>
|
||||
<report>
|
||||
<id>4028877d6eb1b449016ecaa1754601e8</id>
|
||||
<id>2c9c81b969188a33016f4c12b30d0292</id>
|
||||
<name>动态池总表</name>
|
||||
<enname>DYNAMIC_POOL_TOTAL_REPORT</enname>
|
||||
<position>55</position>
|
||||
@ -24,13 +24,13 @@
|
||||
<parentReport>4028877d6eb1b449016eb4ceabe30169</parentReport>
|
||||
<children/>
|
||||
<layouts>
|
||||
<layout>4028877d6f0e2e14016f12c93d310056</layout>
|
||||
<layout>2c9c81b969188a33016f4c12c51d02a0</layout>
|
||||
</layouts>
|
||||
</report>
|
||||
</reports>
|
||||
<tables>
|
||||
<table>
|
||||
<id>4028877d6eb1b449016ecaa1754001e7</id>
|
||||
<id>2c9c81b969188a33016f4c12b3060291</id>
|
||||
<name>动态池总表</name>
|
||||
<enname>DYNAMIC_POOL_TOTAL_REPORT</enname>
|
||||
<reportDataSource>2c9023815726a036015726a496b00001</reportDataSource>
|
||||
@ -52,7 +52,7 @@ FROM
|
||||
<sqlParamValue></sqlParamValue>
|
||||
<columns>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12c93d320059</id>
|
||||
<id>2c9c81b969188a33016f4c12c51e02a9</id>
|
||||
<name>F1</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
@ -71,10 +71,10 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12c93d32005e</id>
|
||||
<id>2c9c81b969188a33016f4c12c51e02a5</id>
|
||||
<name>F2</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>全部贷款余额</label>
|
||||
<enLabel>F2</enLabel>
|
||||
<width>100</width>
|
||||
@ -90,10 +90,10 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12c93d32005f</id>
|
||||
<id>2c9c81b969188a33016f4c12c51e02ab</id>
|
||||
<name>F3</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>正常贷款余额</label>
|
||||
<enLabel>F3</enLabel>
|
||||
<width>100</width>
|
||||
@ -109,10 +109,10 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12c93d32005c</id>
|
||||
<id>2c9c81b969188a33016f4c12c51e02a8</id>
|
||||
<name>F4</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>1-30 天滞纳</label>
|
||||
<enLabel>F4</enLabel>
|
||||
<width>100</width>
|
||||
@ -128,10 +128,10 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12c93d32005d</id>
|
||||
<id>2c9c81b969188a33016f4c12c51e02a3</id>
|
||||
<name>F5</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>31-60 天滞纳</label>
|
||||
<enLabel>F5</enLabel>
|
||||
<width>100</width>
|
||||
@ -147,10 +147,10 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12c93d32005a</id>
|
||||
<id>2c9c81b969188a33016f4c12c51e02aa</id>
|
||||
<name>F6</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>61-90 天滞纳</label>
|
||||
<enLabel>F6</enLabel>
|
||||
<width>100</width>
|
||||
@ -166,10 +166,10 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12c93d320057</id>
|
||||
<id>2c9c81b969188a33016f4c12c51e02a6</id>
|
||||
<name>F7</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>91-120 天滞纳</label>
|
||||
<enLabel>F7</enLabel>
|
||||
<width>100</width>
|
||||
@ -185,10 +185,10 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12c93d32005b</id>
|
||||
<id>2c9c81b969188a33016f4c12c51e02a4</id>
|
||||
<name>F8</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>121-150 天滞纳</label>
|
||||
<enLabel>F8</enLabel>
|
||||
<width>100</width>
|
||||
@ -204,10 +204,10 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12c93d320060</id>
|
||||
<id>2c9c81b969188a33016f4c12c51e02a7</id>
|
||||
<name>F9</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>151-180 天滞纳</label>
|
||||
<enLabel>F9</enLabel>
|
||||
<width>100</width>
|
||||
@ -223,10 +223,10 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12c93d320061</id>
|
||||
<id>2c9c81b969188a33016f4c12c51e02a1</id>
|
||||
<name>F10</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>超过180天滞纳 </label>
|
||||
<enLabel>F10</enLabel>
|
||||
<width>100</width>
|
||||
@ -242,7 +242,7 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12c93d320058</id>
|
||||
<id>2c9c81b969188a33016f4c12c51e02a2</id>
|
||||
<name>CREATE_TIME</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
@ -266,7 +266,7 @@ FROM
|
||||
<searchExpress></searchExpress>
|
||||
<filters>
|
||||
<filter>
|
||||
<id>4028877d6f0e2e14016f12c93d320062</id>
|
||||
<id>2c9c81b969188a33016f4c12c51e02ac</id>
|
||||
<name>F1</name>
|
||||
<enname>F1</enname>
|
||||
<label>跑批日期</label>
|
||||
@ -289,12 +289,12 @@ FROM
|
||||
<pages/>
|
||||
<layouts>
|
||||
<layout>
|
||||
<id>4028877d6f0e2e14016f12c93d310056</id>
|
||||
<id>2c9c81b969188a33016f4c12c51d02a0</id>
|
||||
<divHeight>0</divHeight>
|
||||
<divWidth>0</divWidth>
|
||||
<position>0</position>
|
||||
<contentId>TABLE#4028877d6eb1b449016ecaa1754001e7</contentId>
|
||||
<report>4028877d6eb1b449016ecaa1754601e8</report>
|
||||
<contentId>TABLE#2c9c81b969188a33016f4c12b3060291</contentId>
|
||||
<report>2c9c81b969188a33016f4c12b30d0292</report>
|
||||
<contentType>TABLE</contentType>
|
||||
</layout>
|
||||
</layouts>
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
</datasources>
|
||||
<reports>
|
||||
<report>
|
||||
<id>4028877d6eb1b449016ecaa19e5b01f7</id>
|
||||
<id>2c9c81b969188a33016f4c12f4f902ae</id>
|
||||
<name>动态池明细表</name>
|
||||
<enname>DYNAMIC_POOL_DETAIL_REPORT</enname>
|
||||
<position>56</position>
|
||||
@ -24,13 +24,13 @@
|
||||
<parentReport>4028877d6eb1b449016eb4ceabe30169</parentReport>
|
||||
<children/>
|
||||
<layouts>
|
||||
<layout>4028877d6f0e2e14016f12cdb3430063</layout>
|
||||
<layout>2c9c81b969188a33016f4c12f4fb02c8</layout>
|
||||
</layouts>
|
||||
</report>
|
||||
</reports>
|
||||
<tables>
|
||||
<table>
|
||||
<id>4028877d6eb1b449016ecaa19e5501f6</id>
|
||||
<id>2c9c81b969188a33016f4c12f4f402ad</id>
|
||||
<name>动态池明细表</name>
|
||||
<enname>动态池明细表</enname>
|
||||
<reportDataSource>2c9023815726a036015726a496b00001</reportDataSource>
|
||||
@ -61,11 +61,11 @@
|
||||
F23,
|
||||
CREATE_TIME
|
||||
FROM
|
||||
LV_DYNAMIC_POOL_DETAIL</sql>
|
||||
LV_DYNAMIC_POOL_DETAIL order by CREATE_TIME desc</sql>
|
||||
<sqlParamValue></sqlParamValue>
|
||||
<columns>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12cdb3440073</id>
|
||||
<id>2c9c81b969188a33016f4c12f4fb02bd</id>
|
||||
<name>F1</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
@ -84,10 +84,10 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12cdb3450076</id>
|
||||
<id>2c9c81b969188a33016f4c12f4fb02b4</id>
|
||||
<name>F2</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>月初余额</label>
|
||||
<enLabel>F2</enLabel>
|
||||
<width>100</width>
|
||||
@ -103,10 +103,10 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12cdb3440064</id>
|
||||
<id>2c9c81b969188a33016f4c12f4fb02b6</id>
|
||||
<name>F3</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>新增贷款总额</label>
|
||||
<enLabel>F3</enLabel>
|
||||
<width>100</width>
|
||||
@ -122,7 +122,7 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12cdb344006a</id>
|
||||
<id>2c9c81b969188a33016f4c12f4fb02c2</id>
|
||||
<name>F4</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
@ -141,7 +141,7 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12cdb3440071</id>
|
||||
<id>2c9c81b969188a33016f4c12f4fb02c5</id>
|
||||
<name>F5</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
@ -160,10 +160,10 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12cdb3440072</id>
|
||||
<id>2c9c81b969188a33016f4c12f4fb02af</id>
|
||||
<name>F6</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>合同规定偿还总额</label>
|
||||
<enLabel>F6</enLabel>
|
||||
<width>100</width>
|
||||
@ -179,10 +179,10 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12cdb344006b</id>
|
||||
<id>2c9c81b969188a33016f4c12f4fb02be</id>
|
||||
<name>F7</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>部分早偿金额</label>
|
||||
<enLabel>F7</enLabel>
|
||||
<width>100</width>
|
||||
@ -198,10 +198,10 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12cdb344006e</id>
|
||||
<id>2c9c81b969188a33016f4c12f4fb02b7</id>
|
||||
<name>F8</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>全部早偿金额</label>
|
||||
<enLabel>F8</enLabel>
|
||||
<width>100</width>
|
||||
@ -217,10 +217,10 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12cdb344006f</id>
|
||||
<id>2c9c81b969188a33016f4c12f4fb02b0</id>
|
||||
<name>F9</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>滞纳1-30天贷款回收总额</label>
|
||||
<enLabel>F9</enLabel>
|
||||
<width>100</width>
|
||||
@ -236,10 +236,10 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12cdb3450078</id>
|
||||
<id>2c9c81b969188a33016f4c12f4fb02c6</id>
|
||||
<name>F10</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>滞纳31-60天贷款回收总额</label>
|
||||
<enLabel>F10</enLabel>
|
||||
<width>100</width>
|
||||
@ -255,10 +255,10 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12cdb3440070</id>
|
||||
<id>2c9c81b969188a33016f4c12f4fb02bb</id>
|
||||
<name>F11</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>滞纳61-90天贷款回收总额</label>
|
||||
<enLabel>F11</enLabel>
|
||||
<width>100</width>
|
||||
@ -274,10 +274,10 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12cdb3450077</id>
|
||||
<id>2c9c81b969188a33016f4c12f4fb02b1</id>
|
||||
<name>F12</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>滞纳91-120天贷款回收总额</label>
|
||||
<enLabel>F12</enLabel>
|
||||
<width>100</width>
|
||||
@ -293,10 +293,10 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12cdb3440066</id>
|
||||
<id>2c9c81b969188a33016f4c12f4fb02bc</id>
|
||||
<name>F13</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>滞纳120天以上贷款回收总额</label>
|
||||
<enLabel>F13</enLabel>
|
||||
<width>100</width>
|
||||
@ -312,10 +312,10 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12cdb344006d</id>
|
||||
<id>2c9c81b969188a33016f4c12f4fb02ba</id>
|
||||
<name>F14</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>滞纳本金偿还总额</label>
|
||||
<enLabel>F14</enLabel>
|
||||
<width>100</width>
|
||||
@ -331,10 +331,10 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12cdb3440074</id>
|
||||
<id>2c9c81b969188a33016f4c12f4fb02b5</id>
|
||||
<name>F15</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>按合同规定的利息回收款</label>
|
||||
<enLabel>F15</enLabel>
|
||||
<width>100</width>
|
||||
@ -350,10 +350,10 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12cdb344006c</id>
|
||||
<id>2c9c81b969188a33016f4c12f4fb02c0</id>
|
||||
<name>F16</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>拖欠利息回收款</label>
|
||||
<enLabel>F16</enLabel>
|
||||
<width>100</width>
|
||||
@ -369,10 +369,10 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12cdb3440065</id>
|
||||
<id>2c9c81b969188a33016f4c12f4fb02c4</id>
|
||||
<name>F17</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>早偿罚金</label>
|
||||
<enLabel>F17</enLabel>
|
||||
<width>100</width>
|
||||
@ -388,10 +388,10 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12cdb3440067</id>
|
||||
<id>2c9c81b969188a33016f4c12f4fb02b8</id>
|
||||
<name>F18</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>其它费用</label>
|
||||
<enLabel>F18</enLabel>
|
||||
<width>100</width>
|
||||
@ -407,10 +407,10 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12cdb3440068</id>
|
||||
<id>2c9c81b969188a33016f4c12f4fb02b2</id>
|
||||
<name>F19</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>重组贷款总额</label>
|
||||
<enLabel>F19</enLabel>
|
||||
<width>100</width>
|
||||
@ -426,10 +426,10 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12cdb345007a</id>
|
||||
<id>2c9c81b969188a33016f4c12f4fb02b3</id>
|
||||
<name>F20</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>月内坏帐注销本金总额</label>
|
||||
<enLabel>F20</enLabel>
|
||||
<width>100</width>
|
||||
@ -445,10 +445,10 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12cdb3450079</id>
|
||||
<id>2c9c81b969188a33016f4c12f4fb02bf</id>
|
||||
<name>F21</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>已取消贷款总额</label>
|
||||
<enLabel>F21</enLabel>
|
||||
<width>100</width>
|
||||
@ -464,10 +464,10 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12cdb3440075</id>
|
||||
<id>2c9c81b969188a33016f4c12f4fb02c1</id>
|
||||
<name>F22</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>回收总额(注销贷款</label>
|
||||
<enLabel>F22</enLabel>
|
||||
<width>100</width>
|
||||
@ -483,10 +483,10 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12cdb345007b</id>
|
||||
<id>2c9c81b969188a33016f4c12f4fb02b9</id>
|
||||
<name>F23</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>月末余额</label>
|
||||
<enLabel>F23</enLabel>
|
||||
<width>100</width>
|
||||
@ -502,7 +502,7 @@ FROM
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6f0e2e14016f12cdb3440069</id>
|
||||
<id>2c9c81b969188a33016f4c12f4fb02c3</id>
|
||||
<name>CREATE_TIME</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
@ -526,7 +526,7 @@ FROM
|
||||
<searchExpress></searchExpress>
|
||||
<filters>
|
||||
<filter>
|
||||
<id>4028877d6f0e2e14016f12cdb345007c</id>
|
||||
<id>2c9c81b969188a33016f4c12f4fb02c7</id>
|
||||
<name>F1</name>
|
||||
<enname>F1</enname>
|
||||
<label>跑批日期</label>
|
||||
@ -549,12 +549,12 @@ FROM
|
||||
<pages/>
|
||||
<layouts>
|
||||
<layout>
|
||||
<id>4028877d6f0e2e14016f12cdb3430063</id>
|
||||
<id>2c9c81b969188a33016f4c12f4fb02c8</id>
|
||||
<divHeight>0</divHeight>
|
||||
<divWidth>0</divWidth>
|
||||
<position>0</position>
|
||||
<contentId>TABLE#4028877d6eb1b449016ecaa19e5501f6</contentId>
|
||||
<report>4028877d6eb1b449016ecaa19e5b01f7</report>
|
||||
<contentId>TABLE#2c9c81b969188a33016f4c12f4f402ad</contentId>
|
||||
<report>2c9c81b969188a33016f4c12f4f902ae</report>
|
||||
<contentType>TABLE</contentType>
|
||||
</layout>
|
||||
</layouts>
|
||||
|
||||
@ -16,21 +16,21 @@
|
||||
</datasources>
|
||||
<reports>
|
||||
<report>
|
||||
<id>4028877d6eb1b449016eb22bac2d00fd</id>
|
||||
<id>2c9c81b969188a33016f4c04541a01fd</id>
|
||||
<name>静态池报表</name>
|
||||
<enname>STATIC_DATA_REPORT</enname>
|
||||
<position>53</position>
|
||||
<reportType>REPORT</reportType>
|
||||
<parentReport>2c9c81b7685efbbc016931c6eff50007</parentReport>
|
||||
<parentReport>4028877d6eb1b449016eb4ceabe30169</parentReport>
|
||||
<children/>
|
||||
<layouts>
|
||||
<layout>4028877d6edfa990016ef9a615e1005b</layout>
|
||||
<layout>2c9c81b969188a33016f4c04541c021f</layout>
|
||||
</layouts>
|
||||
</report>
|
||||
</reports>
|
||||
<tables>
|
||||
<table>
|
||||
<id>4028877d6eb1b449016eb22bac2700fc</id>
|
||||
<id>2c9c81b969188a33016f4c04541301fc</id>
|
||||
<name>静态池报表</name>
|
||||
<enname>STATIC_DATA_REPORT</enname>
|
||||
<reportDataSource>2c9023815726a036015726a496b00001</reportDataSource>
|
||||
@ -73,7 +73,7 @@ ORDER BY f2,f1</sql>
|
||||
<sqlParamValue></sqlParamValue>
|
||||
<columns>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e30071</id>
|
||||
<id>2c9c81b969188a33016f4c04541c0212</id>
|
||||
<name>F1</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
@ -92,7 +92,7 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e30075</id>
|
||||
<id>2c9c81b969188a33016f4c04541c0200</id>
|
||||
<name>F2</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
@ -111,10 +111,10 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e20060</id>
|
||||
<id>2c9c81b969188a33016f4c04541c020a</id>
|
||||
<name>F3</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>新增贷款</label>
|
||||
<enLabel>F3</enLabel>
|
||||
<width>100</width>
|
||||
@ -130,7 +130,7 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e20066</id>
|
||||
<id>2c9c81b969188a33016f4c04541c0203</id>
|
||||
<name>F4</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
@ -149,10 +149,10 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e3006b</id>
|
||||
<id>2c9c81b969188a33016f4c04541c021a</id>
|
||||
<name>F5</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>月末未偿本金余额</label>
|
||||
<enLabel>F5</enLabel>
|
||||
<width>100</width>
|
||||
@ -168,7 +168,7 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e30077</id>
|
||||
<id>2c9c81b969188a33016f4c04541c0208</id>
|
||||
<name>F6</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
@ -187,10 +187,10 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e30070</id>
|
||||
<id>2c9c81b969188a33016f4c04541c01fe</id>
|
||||
<name>F7</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>正常贷款余额</label>
|
||||
<enLabel>F7</enLabel>
|
||||
<width>100</width>
|
||||
@ -206,10 +206,10 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e30069</id>
|
||||
<id>2c9c81b969188a33016f4c04541c0204</id>
|
||||
<name>F8</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>1-30天滞纳贷款总额</label>
|
||||
<enLabel>F8</enLabel>
|
||||
<width>100</width>
|
||||
@ -225,10 +225,10 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e2005d</id>
|
||||
<id>2c9c81b969188a33016f4c04541c020b</id>
|
||||
<name>F9</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>1-30天滞纳贷款笔数</label>
|
||||
<enLabel>F9</enLabel>
|
||||
<width>100</width>
|
||||
@ -244,10 +244,10 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e30074</id>
|
||||
<id>2c9c81b969188a33016f4c04541c0211</id>
|
||||
<name>F10</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>31-60天滞纳贷款总额</label>
|
||||
<enLabel>F10</enLabel>
|
||||
<width>100</width>
|
||||
@ -263,10 +263,10 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e30076</id>
|
||||
<id>2c9c81b969188a33016f4c04541c01ff</id>
|
||||
<name>F11</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>31-60天滞纳贷款笔数</label>
|
||||
<enLabel>F11</enLabel>
|
||||
<width>100</width>
|
||||
@ -282,10 +282,10 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e20067</id>
|
||||
<id>2c9c81b969188a33016f4c04541c020e</id>
|
||||
<name>F12</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>61-90天滞纳贷款总额</label>
|
||||
<enLabel>F12</enLabel>
|
||||
<width>100</width>
|
||||
@ -301,10 +301,10 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e30073</id>
|
||||
<id>2c9c81b969188a33016f4c04541c0217</id>
|
||||
<name>F13</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>61-90天滞纳贷款笔数</label>
|
||||
<enLabel>F13</enLabel>
|
||||
<width>100</width>
|
||||
@ -320,10 +320,10 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e20063</id>
|
||||
<id>2c9c81b969188a33016f4c04541c0202</id>
|
||||
<name>F14</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>91-120天滞纳贷款总额</label>
|
||||
<enLabel>F14</enLabel>
|
||||
<width>100</width>
|
||||
@ -339,10 +339,10 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e3007a</id>
|
||||
<id>2c9c81b969188a33016f4c04541c0209</id>
|
||||
<name>F15</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>91-120天滞纳贷款笔数</label>
|
||||
<enLabel>F15</enLabel>
|
||||
<width>100</width>
|
||||
@ -358,10 +358,10 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e20064</id>
|
||||
<id>2c9c81b969188a33016f4c04541c0218</id>
|
||||
<name>F16</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>121-150天滞纳贷款总额</label>
|
||||
<enLabel>F16</enLabel>
|
||||
<width>100</width>
|
||||
@ -377,10 +377,10 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e30078</id>
|
||||
<id>2c9c81b969188a33016f4c04541c021b</id>
|
||||
<name>F17</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>121-150天滞纳贷款笔数</label>
|
||||
<enLabel>F17</enLabel>
|
||||
<width>100</width>
|
||||
@ -396,10 +396,10 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e20068</id>
|
||||
<id>2c9c81b969188a33016f4c04541c0206</id>
|
||||
<name>F18</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>151-180天滞纳贷款总额</label>
|
||||
<enLabel>F18</enLabel>
|
||||
<width>100</width>
|
||||
@ -415,10 +415,10 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e20061</id>
|
||||
<id>2c9c81b969188a33016f4c04541c0213</id>
|
||||
<name>F19</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>151-180天滞纳贷款笔数</label>
|
||||
<enLabel>F19</enLabel>
|
||||
<width>100</width>
|
||||
@ -434,10 +434,10 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e30079</id>
|
||||
<id>2c9c81b969188a33016f4c04541c0219</id>
|
||||
<name>F20</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>滞纳超过180天滞纳贷款总额</label>
|
||||
<enLabel>F20</enLabel>
|
||||
<width>100</width>
|
||||
@ -453,10 +453,10 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e20062</id>
|
||||
<id>2c9c81b969188a33016f4c04541c0207</id>
|
||||
<name>F21</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>滞纳超过180天滞纳贷款笔数</label>
|
||||
<enLabel>F21</enLabel>
|
||||
<width>100</width>
|
||||
@ -472,10 +472,10 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e3006c</id>
|
||||
<id>2c9c81b969188a33016f4c04541c0205</id>
|
||||
<name>F22</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>月内本金回收款</label>
|
||||
<enLabel>F22</enLabel>
|
||||
<width>100</width>
|
||||
@ -491,10 +491,10 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e3006a</id>
|
||||
<id>2c9c81b969188a33016f4c04541c021c</id>
|
||||
<name>F23</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>月内部分早偿的金额</label>
|
||||
<enLabel>F23</enLabel>
|
||||
<width>100</width>
|
||||
@ -510,10 +510,10 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e3006d</id>
|
||||
<id>2c9c81b969188a33016f4c04541c0210</id>
|
||||
<name>F24</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>月内全部早偿的金额</label>
|
||||
<enLabel>F24</enLabel>
|
||||
<width>100</width>
|
||||
@ -529,10 +529,10 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e3006e</id>
|
||||
<id>2c9c81b969188a33016f4c04541c020c</id>
|
||||
<name>F25</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>滞纳本金偿还金额</label>
|
||||
<enLabel>F25</enLabel>
|
||||
<width>100</width>
|
||||
@ -548,10 +548,10 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e2005f</id>
|
||||
<id>2c9c81b969188a33016f4c04541c0201</id>
|
||||
<name>F26</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>月内取消的贷款金额</label>
|
||||
<enLabel>F26</enLabel>
|
||||
<width>100</width>
|
||||
@ -567,10 +567,10 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e30072</id>
|
||||
<id>2c9c81b969188a33016f4c04541c0214</id>
|
||||
<name>F27</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>月内坏账注销的贷款金额</label>
|
||||
<enLabel>F27</enLabel>
|
||||
<width>100</width>
|
||||
@ -586,10 +586,10 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e3006f</id>
|
||||
<id>2c9c81b969188a33016f4c04541c020f</id>
|
||||
<name>F28</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>月内重组的贷款金额</label>
|
||||
<enLabel>F28</enLabel>
|
||||
<width>100</width>
|
||||
@ -605,10 +605,10 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e2005e</id>
|
||||
<id>2c9c81b969188a33016f4c04541c0215</id>
|
||||
<name>F29</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>当月回收款总额</label>
|
||||
<enLabel>F29</enLabel>
|
||||
<width>100</width>
|
||||
@ -624,10 +624,10 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e2005c</id>
|
||||
<id>2c9c81b969188a33016f4c04541c0216</id>
|
||||
<name>F30</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
<columnDataType>NUMBER</columnDataType>
|
||||
<formater>#,##0.00</formater>
|
||||
<label>注销贷款回收金额</label>
|
||||
<enLabel>F30</enLabel>
|
||||
<width>100</width>
|
||||
@ -643,7 +643,7 @@ ORDER BY f2,f1</sql>
|
||||
<actionCondition></actionCondition>
|
||||
</column>
|
||||
<column>
|
||||
<id>4028877d6edfa990016ef9a615e20065</id>
|
||||
<id>2c9c81b969188a33016f4c04541c020d</id>
|
||||
<name>CREATE_TIME</name>
|
||||
<columnDataType>STRING</columnDataType>
|
||||
<formater></formater>
|
||||
@ -667,7 +667,7 @@ ORDER BY f2,f1</sql>
|
||||
<searchExpress></searchExpress>
|
||||
<filters>
|
||||
<filter>
|
||||
<id>4028877d6edfa990016ef9a615e3007b</id>
|
||||
<id>2c9c81b969188a33016f4c04541c021e</id>
|
||||
<name>F1</name>
|
||||
<enname>F1</enname>
|
||||
<label>贷款发放时间</label>
|
||||
@ -677,7 +677,7 @@ ORDER BY f2,f1</sql>
|
||||
<position>0</position>
|
||||
</filter>
|
||||
<filter>
|
||||
<id>4028877d6edfa990016ef9a615e3007c</id>
|
||||
<id>2c9c81b969188a33016f4c04541c021d</id>
|
||||
<name>F2</name>
|
||||
<enname>F2</enname>
|
||||
<label>报告月份</label>
|
||||
@ -700,12 +700,12 @@ ORDER BY f2,f1</sql>
|
||||
<pages/>
|
||||
<layouts>
|
||||
<layout>
|
||||
<id>4028877d6edfa990016ef9a615e1005b</id>
|
||||
<id>2c9c81b969188a33016f4c04541c021f</id>
|
||||
<divHeight>0</divHeight>
|
||||
<divWidth>0</divWidth>
|
||||
<position>0</position>
|
||||
<contentId>TABLE#4028877d6eb1b449016eb22bac2700fc</contentId>
|
||||
<report>4028877d6eb1b449016eb22bac2d00fd</report>
|
||||
<contentId>TABLE#2c9c81b969188a33016f4c04541301fc</contentId>
|
||||
<report>2c9c81b969188a33016f4c04541a01fd</report>
|
||||
<contentType>TABLE</contentType>
|
||||
</layout>
|
||||
</layouts>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user