三期SQL改动

This commit is contained in:
zhangjun 2020-01-09 15:21:53 +08:00
parent 05f8f636bc
commit 14c427a9a3

View File

@ -19,4 +19,12 @@ update awe_menu_info set sortno='9600300240' where menuid='9600300230';
-- 产品主页面添加多主体并筛选
delete from awe_do_library where dono='PRD_ProductCatalogList' and colindex='1120';
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 ('PRD_ProductCatalogList','1120','1120','1','psl','ManySubject','ManySubject','String','','Ö÷Ìå','','1','Select','1','1','Code','ManySubject','','32','1','0','0','0','1',0,'','','','SYS_Designer','2020/01/07 14:07:57','SYS_Designer','2020/01/07 14:12:34','0','','1','','','','Like,Equals');
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 ('PRD_ProductCatalogList','1120','1120','1','psl','ManySubject','ManySubject','String','','主体','','1','Select','1','1','Code','ManySubject','','32','1','0','0','0','1',0,'','','','SYS_Designer','2020/01/07 14:07:57','SYS_Designer','2020/01/07 14:12:34','0','','1','','','','Like,Equals');
-- 业务审议页面主体名称增加长度
delete from awe_do_library where dono='VI_PROJECTINFO_APPROVAL' and colname='subjectname';
UPDATE awe_do_library SET collimit = 80 WHERE dono='VI_PROJECTINFO_APPROVAL' and colname='subjectname';