li.shaoyi пре 3 година
родитељ
комит
2de56ab94b
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      ERMCP/PCWEB/TableSql/fxgl_v3_pcweb_table_define.sql

+ 2 - 2
ERMCP/PCWEB/TableSql/fxgl_v3_pcweb_table_define.sql

@@ -128,8 +128,8 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_delivery_ysh', 'tradeusernam
 insert into TableDefine (TableKey, TableType, TableName, TabelMenu, Remark) values ('table_pcweb_userinfo', 2, '客户资料', '', 'web端-客户资料');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
 values (seq_TableColumnConfig.Nextval, 'table_pcweb_userinfo', 'customername', '客户名称', '280', 10, 1, 1, '', '', 'customername', 0, 0, '');
-insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
-values (seq_TableColumnConfig.Nextval, 'table_pcweb_userinfo', 'nickname', '客户简称', '0', 20, 1, 1, '', '', 'nickname', 0, 0, '');
+-- insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
+-- values (seq_TableColumnConfig.Nextval, 'table_pcweb_userinfo', 'nickname', '客户简称', '0', 20, 1, 1, '', '', 'nickname', 0, 0, '');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
 values (seq_TableColumnConfig.Nextval, 'table_pcweb_userinfo', 'userinfotype', '客户类型', '0', 30, 1, 1, '', '', 'userinfotype', 0, 0, '');
 insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)