修改APP强更新提示问题
This commit is contained in:
parent
a10f463f47
commit
bfb333da27
@ -253,7 +253,7 @@
|
||||
<attribute name="IS_NEW" label="是否新版本" type="STRING"
|
||||
length="10" />
|
||||
<attribute name="PHONE_TYPE" label="手机类型" type="STRING"
|
||||
length="10" />
|
||||
length="30" />
|
||||
<attribute name="CREATE_DATE" label="创造日期" type="STRING"
|
||||
length="20" />
|
||||
<attribute name="MODIFY_DATE" label="修改日期" type="STRING"
|
||||
|
||||
10
src_sql/投产SQL/v20200915/zhj_20200915(2).sql
Normal file
10
src_sql/投产SQL/v20200915/zhj_20200915(2).sql
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
-- app版本配置列表增加手机类型
|
||||
DELETE FROM Code_Library WHERE codeno='devType' AND itemno='android_store' AND sortno='0030';
|
||||
DELETE FROM Code_Library WHERE codeno='devType' AND itemno='ios_appstore' AND sortno='0040';
|
||||
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 ('devType','android_store','android_store','','0030','1','','','','','','','','','','','','SYS_Designer',NULL,'2020/09/09 10:50:08','SYS_Designer','2020/09/09 10:51:07','','');
|
||||
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 ('devType','ios_appstore','ios_appstore','','0040','1','','','','','','','','','','','','SYS_Designer',NULL,'2020/09/09 10:50:08','SYS_Designer','2020/09/09 10:51:22','','');
|
||||
|
||||
-- APP版本配置修改类型字段长度
|
||||
DELETE FROM awe_do_library WHERE dono='APP_VERSION_INFO' AND colindex='0090';
|
||||
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 ('APP_VERSION_INFO','0090','0090','1','O','PHONE_TYPE','PHONE_TYPE','String','android','手机类型',NULL,'1','Select','1','1','Code','devType',NULL,'10','1','0','1','1','1',1,'0',NULL,NULL,'SYS_DESIGNER','2017/05/14 15:31:43','administrator','2018/06/25 13:34:01','0',NULL,'1',NULL,'ios/android',NULL,NULL);
|
||||
Loading…
x
Reference in New Issue
Block a user