diff --git a/src_sql/投产SQL/v20200915/zhj_20200915.sql b/src_sql/投产SQL/v20200915/zhj_20200915.sql index a9e9cec66..ad58f84b0 100644 --- a/src_sql/投产SQL/v20200915/zhj_20200915.sql +++ b/src_sql/投产SQL/v20200915/zhj_20200915.sql @@ -12,8 +12,12 @@ ALTER TABLE LB_FILE_MAILARCHIVING_INFO_TEMP ADD EXPSTRATDATE VARCHAR(32) DEFAULT -- APPÓʼÄÐÅϢҳǩÐÂÔö×ֶεµ°¸ÓʼÄʱ¼ä delete from awe_do_library where dono='MailingList' and colindex='0145'; -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 ('MailingList','0145','0088','1','O','EXPSTRATDATE','EXPSTRATDATE','String','','µµ°¸ÓʼÄʱ¼ä','','1','Text','1','1','','','','32','1','0','0','1','0',0,'','','','SYS_Designer','2020/09/01 17:30:20','SYS_Designer','2020/09/01 17:30:44','','','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 ('MailingList','0145','0088','1','O','EXPSTRATDATE','EXPSTRATDATE','String','','µµ°¸ÓʼÄʱ¼ä','','1','Text','3','1','','','','32','1','0','0','1','0',0,'','','','SYS_Designer','2020/09/01 17:30:20','SYS_Designer','2020/09/02 10:24:14','0','','1','','','',''); + -- µµ°¸ÓʼÄÄ£°åÔö¼Ó×Ö¶Î delete from APP_BUSINESS_TEMPLATE where GROUP_CODE='MailingList' and COLINDEX='0145'; -insert into `APP_BUSINESS_TEMPLATE` (`GROUP_CODE`, `DONO`, `COLINDEX`, `SORTNO`, `COLNAME`, `DATA_NAME`, `DATA_CODE`, `ISLIST`, `ISSHOW`, `DATA_POSITION`) values('MailingList','MailingList','0145','0088','EXPSTRATDATE','µµ°¸ÓʼÄʱ¼ä','EXPSTRATDATE','N','Y','88'); \ No newline at end of file +insert into `APP_BUSINESS_TEMPLATE` (`GROUP_CODE`, `DONO`, `COLINDEX`, `SORTNO`, `COLNAME`, `DATA_NAME`, `DATA_CODE`, `ISLIST`, `ISSHOW`, `DATA_POSITION`) values('MailingList','MailingList','0145','0088','EXPSTRATDATE','µµ°¸ÓʼÄʱ¼ä','EXPSTRATDATE','N','Y','88'); + + + +