apzl_leasing/src_sql/投产SQL/v20201022/zhanglei20210129.sql
2021-01-29 17:25:31 +08:00

59 lines
35 KiB
SQL

-- 保险理赔授权新增字段 被保险人姓名,身份证号信息
ALTER TABLE lb_contract_insurance_info ADD insurance_username varchar(32) DEFAULT NULL COMMENT '被保险人姓名';
ALTER TABLE lb_contract_insurance_info ADD insurance_cert_id varchar(32) DEFAULT NULL COMMENT '被保险人身份证号';
-- 模版新增数据
INSERT INTO `apzl`.`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 ('ContractInsuranceList', '10211', '10211', '1', 'O', 'insurance_username', 'insurance_username', 'String', NULL, '被保险人姓名', NULL, '1', 'Text', '1', '1', NULL, NULL, NULL, '32', '1', '0', '0', '1', '1', '1', '0', NULL, NULL, 'SYS_DESIGNER', '2018/12/19 19:44:29', 'administrator', '2020/01/14 20:41:09', NULL, NULL, '1', NULL, NULL, NULL, NULL);
INSERT INTO `apzl`.`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 ('ContractInsuranceList', '10212', '10212', '1', 'O', 'insurance_cert_id', 'insurance_cert_id', 'String', NULL, '被保险人身份证号', NULL, '1', 'Text', '1', '1', NULL, NULL, NULL, '32', '1', '0', '0', '1', '1', '1', '0', NULL, NULL, 'SYS_DESIGNER', '2018/12/19 19:44:29', 'administrator', '2020/01/14 20:41:09', NULL, NULL, '1', NULL, NULL, NULL, NULL);
INSERT INTO `apzl`.`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 ('ContractInsuranceList', '1095', '1095', '1', '', 'O.id', 'insurance_id', 'String', NULL, '保险id', NULL, '1', 'Text', '1', '1', NULL, NULL, NULL, '20', '0', '0', '0', '1', '1', '1', '0', NULL, NULL, 'SYS_DESIGNER', '2018/12/19 19:44:29', 'administrator', '2020/01/14 20:41:09', '0', NULL, '1', NULL, NULL, NULL, NULL);
INSERT INTO `apzl`.`awe_do_group` (`dono`, `dockid`, `dockname`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `inputorg`, `sortno`, `grouphead`, `groupfoot`, `groupbody`, `colcount`, `styleid`, `isexpand`, `groupbody1`, `groupbody2`)
VALUES ('InsuranceInfo', '0010', '合同基本信息', 'SYS_Designer', '2021/01/20 20:08:05', 'SYS_Designer', '2021/01/21 18:57:18', NULL, '0010', NULL, NULL, NULL, '2', NULL, NULL, NULL, NULL);
INSERT INTO `apzl`.`awe_do_group` (`dono`, `dockid`, `dockname`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `inputorg`, `sortno`, `grouphead`, `groupfoot`, `groupbody`, `colcount`, `styleid`, `isexpand`, `groupbody1`, `groupbody2`)
VALUES ('InsuranceInfo', '0020', '保险理赔信息', 'SYS_Designer', '2021/01/20 20:08:05', 'SYS_Designer', '2021/01/21 18:57:18', NULL, '0020', NULL, NULL, NULL, '2', NULL, NULL, NULL, NULL);
-- 修改保险理赔列表
DELETE from awe_do_catalog WHERE dono='ContractInsuranceList';
INSERT INTO `apzl`.`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 ('ContractInsuranceList', '保险理赔记录列表', NULL, '90200', NULL, '1', '1', 'default', 'com.tenwa.insurance.LB_CONTRACT_INSURANCE_INFO', 'O LEFT JOIN jbo.app.tenwa.doc.LB_DOCRELATIVE ldr ON ldr.OBJECTTYPE=\'contractInsurance\' AND O.contract_id = ldr.CONTRACT_ID AND O.id = ldr.PLAN_NUMBER LEFT JOIN jbo.app.tenwa.doc.LB_DOCLIBRARY ldl ON ldl.RELATIVE_ID = ldr.ID LEFT JOIN jbo.app.tenwa.doc.LB_DOCATTRIBUTE lda ON lda.LIBRARY_ID = ldl.ID', NULL, NULL, 'O.INPUTTIME desc', NULL, NULL, 'SYS_Designer', '2018/06/08 14:44:02', 'SYS_Designer', '2018/06/08 14:44:25', NULL, '1', NULL);
-- 修改保险理赔新增页面
DELETE from awe_do_library WHERE dono='InsuranceInfo';
INSERT INTO `apzl`.`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 ('InsuranceInfo', '1000', '1000', '1', 'O', 'id', 'id', 'String', '', '标识', '', '1', 'Text', '1', '1', '', '', '', '32', '0', '0', '0', '1', '1', '1', '0', '0010', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/17 16:54:43', '', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '1010', '1010', '1', 'O', 'contract_id', 'contract_id', 'String', '', '合同id', '', '1', 'Text', '1', '1', '', '', '', '32', '0', '0', '0', '1', '1', '1', '0', '0010', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/17 16:54:44', '', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '1011', '1011', '1', 'O', 'contract_no', 'contract_no', 'String', '', '合同编号', '', '1', 'Text', '1', '1', '', '', '', '200', '1', '1', '1', '1', '1', '1', '0', '0010', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/17 16:54:44', '0', '', '1', '', '', 'selectOwnAccount()', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '1020', '1020', '1', 'O', 'project_id', 'project_id', 'String', '', '订单id', '', '1', 'Text', '1', '1', '', '', '', '32', '0', '0', '0', '1', '1', '1', '0', '0010', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/17 16:54:44', '', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '1021', '1021', '1', 'O', 'project_name', 'project_name', 'String', '', '订单编号', '', '1', 'Text', '1', '1', '', '', '', '32', '0', '0', '0', '1', '1', '1', '0', '0010', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/17 16:54:44', '', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '1030', '1030', '1', 'O', 'product_id', 'product_id', 'String', '', '产品id', '', '1', 'Text', '1', '1', '', '', '', '32', '0', '0', '0', '1', '1', '1', '0', '0010', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/17 16:54:44', '', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '1031', '1031', '1', 'O', 'product_name', 'product_name', 'String', '', '产品名称', '', '1', 'Text', '1', '1', '', '', '', '32', '0', '0', '0', '1', '1', '1', '0', '0010', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/17 16:54:44', '', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '1032', '1032', '1', 'O', 'customer_id', 'customer_id', 'String', '', '客户id', '', '1', 'Text', '1', '1', '', '', '', '32', '0', '0', '0', '1', '1', '1', '0', '0010', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/17 16:54:44', '', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '1040', '1040', '1', 'O', 'distributor_no', 'distributor_no', 'String', '', '经销商id', '', '1', 'Text', '1', '1', '', '', '', '32', '0', '0', '0', '1', '1', '1', '0', '0010', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/17 16:54:44', '', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '1041', '1041', '1', 'O', 'distributor_name', 'distributor_name', 'String', '', '经销商名称', '', '1', 'Text', '1', '1', '', '', '', '32', '0', '0', '0', '1', '1', '1', '0', '0010', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/17 16:54:44', '', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '1050', '1050', '1', 'O', 'subject_id', 'subject_id', 'String', '', '主体id', '', '1', 'Text', '1', '1', '', '', '', '32', '0', '0', '0', '1', '1', '1', '0', '0010', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/17 16:54:44', '', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '1051', '1051', '1', 'O', 'subject_name', 'subject_name', 'String', '', '主体名称', '', '1', 'Text', '1', '1', '', '', '', '32', '0', '0', '0', '1', '1', '1', '0', '0010', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/17 16:54:44', '', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '1060', '1060', '1', 'O', 'equipment_id', 'equipment_id', 'String', '', '租赁物id', '', '1', 'Text', '1', '1', '', '', '', '32', '0', '0', '0', '1', '1', '1', '0', '0010', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/17 16:54:44', '', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '1061', '1061', '1', 'O', 'FRAME_NUMBER', 'FRAME_NUMBER', 'String', '', '车架号', '', '1', 'Text', '1', '1', '', '', '', '32', '1', '1', '1', '1', '1', '1', '0', '0010', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/17 16:54:44', '', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '1062', '1062', '1', 'O', 'PLATE_NUMBER', 'PLATE_NUMBER', 'String', '', '车牌号', '', '1', 'Text', '1', '1', '', '', '', '32', '1', '1', '1', '1', '1', '1', '0', '0010', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/17 16:54:44', '', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '2010', '2010', '1', 'O', 'username', 'username', 'String', '', '客户名称', '', '1', 'Text', '1', '1', '', '', '', '100', '1', '1', '1', '1', '1', '1', '0', '0010', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/17 16:54:44', '', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '2020', '2020', '1', 'O', 'cert_id', 'cert_id', 'String', '', '身份证号', '', '1', 'Text', '1', '1', '', '', '', '100', '1', '1', '1', '1', '1', '1', '0', '0010', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/17 16:54:44', '', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '2021', '2021', '1', 'O', 'insurance_no', 'insurance_no', 'String', '', '保险单号', '', '1', 'Text', '1', '1', '', '', '', '100', '1', '0', '1', '1', '1', '1', '0', '0020', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/17 16:54:44', '', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '2022', '2022', '1', 'O', 'report_no', 'report_no', 'String', '', '报案号', '', '1', 'Text', '1', '1', '', '', '', '100', '1', '0', '1', '1', '1', '1', '0', '0020', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/17 16:54:44', '', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '2023', '2023', '1', 'O', 'insurance_username', 'insurance_username', 'String', '', '被保险人姓名', '', '1', 'Text', '1', '1', '', '', '', '100', '1', '0', '1', '1', '1', '1', '0', '0020', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/17 16:54:44', '', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '2024', '2024', '1', 'O', 'insurance_cert_id', 'insurance_cert_id', 'String', '', '被保险人身份证号', '', '1', 'Text', '1', '1', '', '', '', '100', '1', '0', '1', '1', '1', '1', '0', '0020', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/17 16:54:44', '', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '2030', '2030', '1', 'O', 'insurance_company', 'insurance_company', 'String', '', '保险公司名称', '', '1', 'Text', '1', '1', '', '', '', '100', '1', '0', '1', '1', '1', '1', '0', '0020', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/17 16:54:44', '', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '2040', '2040', '1', 'O', 'insurance_amount_number', 'insurance_amount_number', 'String', '', '赔偿金额', '', '1', 'Text', '1', '1', '', '', '', '100', '1', '0', '1', '1', '1', '1', '0', '0020', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/17 16:54:44', '', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '2060', '2060', '1', 'O', 'insurance_account', 'insurance_account', 'String', '', '户名', '', '1', 'Text', '1', '1', '', '', '', '100', '1', '0', '1', '1', '1', '1', '0', '0020', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/17 16:54:44', '', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '2070', '2070', '1', 'O', 'bank_name', 'bank_name', 'String', '', '银行名称', '', '1', 'Text', '1', '1', '', '', '', '100', '1', '0', '1', '1', '1', '1', '0', '0020', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/15 17:19:59', '', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '2080', '2080', '1', 'O', 'bank_card', 'bank_card', 'String', '', '银行账户', '', '1', 'Text', '1', '1', '', '', '', '100', '1', '0', '1', '1', '1', '1', '0', '0020', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/15 17:19:59', '', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '9910', '9910', '1', 'O', 'INPUTUSERID', 'INPUTUSERID', 'String', '', '登记人', '', '1', 'Text', '1', '1', '', '', '', '32', '0', '0', '0', '1', '1', '1', '0', '0020', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/15 17:19:59', '', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '9920', '9920', '1', '', 'NameManager.getUserName(INPUTUSERID)', 'INPUTUSERNAME', 'String', '', '登记人', '', '1', 'Text', '1', '1', '', '', '', '', '1', '1', '0', '1', '0', '0', '', '0020', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/15 17:19:59', '0', '', '1', '', '', 'selectInputUser()', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '9930', '9930', '1', 'O', 'INPUTORGID', 'INPUTORGID', 'String', '', '登记部门', '', '1', 'Text', '1', '1', '', '', '', '32', '0', '0', '0', '1', '1', '1', '0', '0020', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/15 17:19:59', '', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '9940', '9940', '1', 'O', 'INPUTTIME', 'INPUTTIME', 'String', '', '登记时间', '', '1', 'Text', '1', '2', '', '', '', '32', '1', '1', '0', '1', '1', '1', '0', '0020', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/15 17:19:59', '0', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '9950', '9950', '1', 'O', 'UPDATEUSERID', 'UPDATEUSERID', 'String', '', '更新人', '', '1', 'Text', '1', '1', '', '', '', '32', '0', '0', '0', '1', '1', '1', '0', '0020', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/15 17:19:59', '', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '9960', '9960', '1', '', 'NameManager.getOrgName(INPUTORGID)', 'INPUTORGNAME', 'String', '', '登记部门', '', '1', 'Text', '1', '1', '', '', '', '', '1', '1', '0', '1', '0', '0', '', '0020', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/15 17:19:59', '0', '', '1', '', '', 'selectOrg()', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '9970', '9970', '1', 'O', 'UPDATEORGID', 'UPDATEORGID', 'String', '', '更新部门', '', '1', 'Text', '1', '1', '', '', '', '32', '0', '0', '0', '1', '1', '1', '0', '0020', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/15 17:19:59', '', '', '1', '', '', '', '');
INSERT INTO `apzl`.`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 ('InsuranceInfo', '9980', '9980', '1', 'O', 'UPDATETIME', 'UPDATETIME', 'String', '', '更新时间', '', '1', 'Date', '3', '2', '', '', '', '32', '0', '0', '0', '1', '1', '1', '0', '0020', '', 'SYS_Designer', '2017/06/02 14:10:16', 'administrator', '2020/12/15 17:19:59', '', '', '1', '', '', '', '');