Browse Source

新闻表排除指定网格信息。

hotfix/yujt_opt v2.3.0.200701.Release
zhangyuan 5 years ago
parent
commit
4a74b4fb00
  1. 132
      epdc-cloud-property/doc/kettle/screen-yushan/screen_totality_comm_query.ktr
  2. 12
      epdc-cloud-property/doc/kettle/screen-yushan/screen_totality_comm_query_all.ktr
  3. 13
      epdc-cloud-property/doc/kettle/screen-yushan/screen_totality_comm_query_all_day.ktr
  4. 132
      epdc-cloud-property/doc/kettle/screen-yushan/screen_totality_comm_query_month.ktr
  5. 24
      epdc-cloud-property/doc/kettle/screen-yushan/screen_totality_grid_query.ktr
  6. 12
      epdc-cloud-property/doc/kettle/screen-yushan/screen_totality_street_query_all.ktr
  7. 13
      epdc-cloud-property/doc/kettle/screen-yushan/screen_totality_street_query_all_dayy.ktr
  8. 132
      epdc-cloud-property/doc/kettle/screen-yushan/screen_totality_street_query_month.ktr

132
epdc-cloud-property/doc/kettle/screen-yushan/screen_totality_comm_query.ktr

@ -1312,6 +1312,12 @@ FROM
WHERE
n.DEL_FLAG = '0'
AND find_in_set('${commId}', n.ALL_DEPT_IDS)
AND n.dept_id NOT IN (
1258690654403125249,
1258690914995232770,
1258691044142047233,
1258587880499798017
)
AND n.CREATED_TIME > DATE_SUB(CURDATE(), INTERVAL 1 DAY);</sql>
<limit>0</limit>
<lookup/>
@ -1321,62 +1327,16 @@ WHERE
<cached_row_meta_active>N</cached_row_meta_active>
<row-meta>
<value-meta>
<type>BigNumber</type>
<storagetype>normal</storagetype>
<name>participate_of_news</name>
<length>34</length>
<precision>0</precision>
<origin>新闻参与量阅读量点赞量</origin>
<comments>participate_of_news</comments>
<conversion_Mask>######0.0###################;-######0.0###################</conversion_Mask>
<decimal_symbol>.</decimal_symbol>
<grouping_symbol/>
<currency_symbol/>
<trim_type>none</trim_type>
<case_insensitive>N</case_insensitive>
<collator_disabled>Y</collator_disabled>
<collator_strength>0</collator_strength>
<sort_descending>N</sort_descending>
<output_padding>N</output_padding>
<date_format_lenient>N</date_format_lenient>
<date_format_locale>zh_CN</date_format_locale>
<date_format_timezone>Asia/Shanghai</date_format_timezone>
<lenient_string_to_number>N</lenient_string_to_number>
</value-meta>
<value-meta>
<type>BigNumber</type>
<storagetype>normal</storagetype>
<name>read_of_news</name>
<length>32</length>
<precision>0</precision>
<origin>新闻参与量阅读量点赞量</origin>
<comments>read_of_news</comments>
<conversion_Mask>######0.0###################;-######0.0###################</conversion_Mask>
<decimal_symbol>.</decimal_symbol>
<grouping_symbol/>
<currency_symbol/>
<trim_type>none</trim_type>
<case_insensitive>N</case_insensitive>
<collator_disabled>Y</collator_disabled>
<collator_strength>0</collator_strength>
<sort_descending>N</sort_descending>
<output_padding>N</output_padding>
<date_format_lenient>N</date_format_lenient>
<date_format_locale>zh_CN</date_format_locale>
<date_format_timezone>Asia/Shanghai</date_format_timezone>
<lenient_string_to_number>N</lenient_string_to_number>
</value-meta>
<value-meta>
<type>BigNumber</type>
<type>Integer</type>
<storagetype>normal</storagetype>
<name>like_of_news</name>
<length>32</length>
<name>new_news_num</name>
<length>15</length>
<precision>0</precision>
<origin>新闻参与量阅读量点赞量</origin>
<comments>like_of_news</comments>
<conversion_Mask>######0.0###################;-######0.0###################</conversion_Mask>
<origin>新增新闻数</origin>
<comments>new_news_num</comments>
<conversion_Mask>####0;-####0</conversion_Mask>
<decimal_symbol>.</decimal_symbol>
<grouping_symbol/>
<grouping_symbol>,</grouping_symbol>
<currency_symbol/>
<trim_type>none</trim_type>
<case_insensitive>N</case_insensitive>
@ -1422,6 +1382,12 @@ FROM
epdc_news n
WHERE
n.DEL_FLAG = '0'
AND n.dept_id NOT IN (
1258690654403125249,
1258690914995232770,
1258691044142047233,
1258587880499798017
)
AND find_in_set('${commId}', n.ALL_DEPT_IDS);</sql>
<limit>0</limit>
<lookup/>
@ -1431,62 +1397,16 @@ WHERE
<cached_row_meta_active>N</cached_row_meta_active>
<row-meta>
<value-meta>
<type>BigNumber</type>
<storagetype>normal</storagetype>
<name>participate_of_news</name>
<length>34</length>
<precision>0</precision>
<origin>新闻参与量阅读量点赞量</origin>
<comments>participate_of_news</comments>
<conversion_Mask>######0.0###################;-######0.0###################</conversion_Mask>
<decimal_symbol>.</decimal_symbol>
<grouping_symbol/>
<currency_symbol/>
<trim_type>none</trim_type>
<case_insensitive>N</case_insensitive>
<collator_disabled>Y</collator_disabled>
<collator_strength>0</collator_strength>
<sort_descending>N</sort_descending>
<output_padding>N</output_padding>
<date_format_lenient>N</date_format_lenient>
<date_format_locale>zh_CN</date_format_locale>
<date_format_timezone>Asia/Shanghai</date_format_timezone>
<lenient_string_to_number>N</lenient_string_to_number>
</value-meta>
<value-meta>
<type>BigNumber</type>
<storagetype>normal</storagetype>
<name>read_of_news</name>
<length>32</length>
<precision>0</precision>
<origin>新闻参与量阅读量点赞量</origin>
<comments>read_of_news</comments>
<conversion_Mask>######0.0###################;-######0.0###################</conversion_Mask>
<decimal_symbol>.</decimal_symbol>
<grouping_symbol/>
<currency_symbol/>
<trim_type>none</trim_type>
<case_insensitive>N</case_insensitive>
<collator_disabled>Y</collator_disabled>
<collator_strength>0</collator_strength>
<sort_descending>N</sort_descending>
<output_padding>N</output_padding>
<date_format_lenient>N</date_format_lenient>
<date_format_locale>zh_CN</date_format_locale>
<date_format_timezone>Asia/Shanghai</date_format_timezone>
<lenient_string_to_number>N</lenient_string_to_number>
</value-meta>
<value-meta>
<type>BigNumber</type>
<type>Integer</type>
<storagetype>normal</storagetype>
<name>like_of_news</name>
<length>32</length>
<name>news_num</name>
<length>15</length>
<precision>0</precision>
<origin>新闻参与量阅读量点赞量</origin>
<comments>like_of_news</comments>
<conversion_Mask>######0.0###################;-######0.0###################</conversion_Mask>
<origin>新闻数</origin>
<comments>news_num</comments>
<conversion_Mask>####0;-####0</conversion_Mask>
<decimal_symbol>.</decimal_symbol>
<grouping_symbol/>
<grouping_symbol>,</grouping_symbol>
<currency_symbol/>
<trim_type>none</trim_type>
<case_insensitive>N</case_insensitive>

12
epdc-cloud-property/doc/kettle/screen-yushan/screen_totality_comm_query_all.ktr

@ -1085,6 +1085,12 @@ FROM
WHERE
n.DEL_FLAG = '0'
AND find_in_set('${commId}', n.ALL_DEPT_IDS)
AND n.dept_id NOT IN (
1258690654403125249,
1258690914995232770,
1258691044142047233,
1258587880499798017
)
AND DATE_FORMAT(n.CREATED_TIME, '%Y%m') = DATE_FORMAT(DATE_SUB(CURDATE(), INTERVAL ${monthIndex} MONTH), '%Y%m')</sql>
<limit>0</limit>
<lookup/>
@ -1196,6 +1202,12 @@ FROM
WHERE
n.DEL_FLAG = '0'
AND find_in_set('${commId}', n.ALL_DEPT_IDS)
AND n.dept_id NOT IN (
1258690654403125249,
1258690914995232770,
1258691044142047233,
1258587880499798017
)
AND DATE_FORMAT(n.CREATED_TIME, '%Y%m') = DATE_FORMAT(DATE_SUB(CURDATE(), INTERVAL ${monthIndex} MONTH), '%Y%m')</sql>
<limit>0</limit>
<lookup/>

13
epdc-cloud-property/doc/kettle/screen-yushan/screen_totality_comm_query_all_day.ktr

@ -1086,7 +1086,12 @@ WHERE
n.DEL_FLAG = '0'
AND find_in_set('${commId}', n.ALL_DEPT_IDS)
AND n.CREATED_TIME &lt; DATE_SUB(CURDATE(), INTERVAL ${dayIndex} DAY)
AND n.dept_id NOT IN (
1258690654403125249,
1258690914995232770,
1258691044142047233,
1258587880499798017
)
AND n.CREATED_TIME > DATE_SUB(CURDATE(), INTERVAL ${dayIndex}+1 DAY);</sql>
<limit>0</limit>
<lookup/>
@ -1197,6 +1202,12 @@ FROM
epdc_news n
WHERE
n.DEL_FLAG = '0'
AND n.dept_id NOT IN (
1258690654403125249,
1258690914995232770,
1258691044142047233,
1258587880499798017
)
AND find_in_set('${commId}', n.ALL_DEPT_IDS)
AND n.CREATED_TIME &lt; DATE_SUB(CURDATE(), INTERVAL ${dayIndex} DAY);</sql>
<limit>0</limit>

132
epdc-cloud-property/doc/kettle/screen-yushan/screen_totality_comm_query_month.ktr

@ -647,6 +647,12 @@ FROM
WHERE
n.DEL_FLAG = '0'
AND find_in_set('${commId}', n.ALL_DEPT_IDS)
AND n.dept_id NOT IN (
1258690654403125249,
1258690914995232770,
1258691044142047233,
1258587880499798017
)
AND DATE_FORMAT(n.CREATED_TIME, '%Y%m') = DATE_FORMAT(DATE_SUB(CURDATE(), INTERVAL 1 MONTH), '%Y%m')</sql>
<limit>0</limit>
<lookup/>
@ -656,62 +662,16 @@ WHERE
<cached_row_meta_active>N</cached_row_meta_active>
<row-meta>
<value-meta>
<type>BigNumber</type>
<storagetype>normal</storagetype>
<name>participate_of_news</name>
<length>34</length>
<precision>0</precision>
<origin>新闻参与量阅读量点赞量</origin>
<comments>participate_of_news</comments>
<conversion_Mask>######0.0###################;-######0.0###################</conversion_Mask>
<decimal_symbol>.</decimal_symbol>
<grouping_symbol/>
<currency_symbol/>
<trim_type>none</trim_type>
<case_insensitive>N</case_insensitive>
<collator_disabled>Y</collator_disabled>
<collator_strength>0</collator_strength>
<sort_descending>N</sort_descending>
<output_padding>N</output_padding>
<date_format_lenient>N</date_format_lenient>
<date_format_locale>zh_CN</date_format_locale>
<date_format_timezone>Asia/Shanghai</date_format_timezone>
<lenient_string_to_number>N</lenient_string_to_number>
</value-meta>
<value-meta>
<type>BigNumber</type>
<storagetype>normal</storagetype>
<name>read_of_news</name>
<length>32</length>
<precision>0</precision>
<origin>新闻参与量阅读量点赞量</origin>
<comments>read_of_news</comments>
<conversion_Mask>######0.0###################;-######0.0###################</conversion_Mask>
<decimal_symbol>.</decimal_symbol>
<grouping_symbol/>
<currency_symbol/>
<trim_type>none</trim_type>
<case_insensitive>N</case_insensitive>
<collator_disabled>Y</collator_disabled>
<collator_strength>0</collator_strength>
<sort_descending>N</sort_descending>
<output_padding>N</output_padding>
<date_format_lenient>N</date_format_lenient>
<date_format_locale>zh_CN</date_format_locale>
<date_format_timezone>Asia/Shanghai</date_format_timezone>
<lenient_string_to_number>N</lenient_string_to_number>
</value-meta>
<value-meta>
<type>BigNumber</type>
<type>Integer</type>
<storagetype>normal</storagetype>
<name>like_of_news</name>
<length>32</length>
<name>new_news_num</name>
<length>15</length>
<precision>0</precision>
<origin>新闻参与量阅读量点赞量</origin>
<comments>like_of_news</comments>
<conversion_Mask>######0.0###################;-######0.0###################</conversion_Mask>
<origin>新增新闻数</origin>
<comments>new_news_num</comments>
<conversion_Mask>####0;-####0</conversion_Mask>
<decimal_symbol>.</decimal_symbol>
<grouping_symbol/>
<grouping_symbol>,</grouping_symbol>
<currency_symbol/>
<trim_type>none</trim_type>
<case_insensitive>N</case_insensitive>
@ -757,6 +717,12 @@ FROM
epdc_news n
WHERE
n.DEL_FLAG = '0'
AND n.dept_id NOT IN (
1258690654403125249,
1258690914995232770,
1258691044142047233,
1258587880499798017
)
AND find_in_set('${commId}', n.ALL_DEPT_IDS);</sql>
<limit>0</limit>
<lookup/>
@ -766,62 +732,16 @@ WHERE
<cached_row_meta_active>N</cached_row_meta_active>
<row-meta>
<value-meta>
<type>BigNumber</type>
<storagetype>normal</storagetype>
<name>participate_of_news</name>
<length>34</length>
<precision>0</precision>
<origin>新闻参与量阅读量点赞量</origin>
<comments>participate_of_news</comments>
<conversion_Mask>######0.0###################;-######0.0###################</conversion_Mask>
<decimal_symbol>.</decimal_symbol>
<grouping_symbol/>
<currency_symbol/>
<trim_type>none</trim_type>
<case_insensitive>N</case_insensitive>
<collator_disabled>Y</collator_disabled>
<collator_strength>0</collator_strength>
<sort_descending>N</sort_descending>
<output_padding>N</output_padding>
<date_format_lenient>N</date_format_lenient>
<date_format_locale>zh_CN</date_format_locale>
<date_format_timezone>Asia/Shanghai</date_format_timezone>
<lenient_string_to_number>N</lenient_string_to_number>
</value-meta>
<value-meta>
<type>BigNumber</type>
<storagetype>normal</storagetype>
<name>read_of_news</name>
<length>32</length>
<precision>0</precision>
<origin>新闻参与量阅读量点赞量</origin>
<comments>read_of_news</comments>
<conversion_Mask>######0.0###################;-######0.0###################</conversion_Mask>
<decimal_symbol>.</decimal_symbol>
<grouping_symbol/>
<currency_symbol/>
<trim_type>none</trim_type>
<case_insensitive>N</case_insensitive>
<collator_disabled>Y</collator_disabled>
<collator_strength>0</collator_strength>
<sort_descending>N</sort_descending>
<output_padding>N</output_padding>
<date_format_lenient>N</date_format_lenient>
<date_format_locale>zh_CN</date_format_locale>
<date_format_timezone>Asia/Shanghai</date_format_timezone>
<lenient_string_to_number>N</lenient_string_to_number>
</value-meta>
<value-meta>
<type>BigNumber</type>
<type>Integer</type>
<storagetype>normal</storagetype>
<name>like_of_news</name>
<length>32</length>
<name>news_num</name>
<length>15</length>
<precision>0</precision>
<origin>新闻参与量阅读量点赞量</origin>
<comments>like_of_news</comments>
<conversion_Mask>######0.0###################;-######0.0###################</conversion_Mask>
<origin>新闻数</origin>
<comments>news_num</comments>
<conversion_Mask>####0;-####0</conversion_Mask>
<decimal_symbol>.</decimal_symbol>
<grouping_symbol/>
<grouping_symbol>,</grouping_symbol>
<currency_symbol/>
<trim_type>none</trim_type>
<case_insensitive>N</case_insensitive>

24
epdc-cloud-property/doc/kettle/screen-yushan/screen_totality_grid_query.ktr

@ -1292,6 +1292,12 @@ FROM
WHERE
u.DEL_FLAG = '0'
AND u.PARTY_FLAG = '1'
AND u.dept_id NOT IN (
1258690654403125249,
1258690914995232770,
1258691044142047233,
1258587880499798017
)
AND YEAR (u.CREATED_TIME) = YEAR (NOW())
AND find_in_set(${gridId}, u.ALL_DEPT_IDS);</sql>
<limit>0</limit>
@ -1427,6 +1433,12 @@ FROM
WHERE
u.DEL_FLAG = '0'
AND u.PARTY_FLAG = '0'
AND u.dept_id NOT IN (
1258690654403125249,
1258690914995232770,
1258691044142047233,
1258587880499798017
)
AND YEAR (u.REGISTER_TIME) = YEAR (NOW())
AND find_in_set(${gridId}, u.ALL_DEPT_IDS);</sql>
<limit>0</limit>
@ -1932,6 +1944,12 @@ FROM
WHERE
u.DEL_FLAG = '0'
AND u.PARTY_FLAG = '1'
AND u.dept_id NOT IN (
1258690654403125249,
1258690914995232770,
1258691044142047233,
1258587880499798017
)
AND DATE_FORMAT(u.CREATED_TIME, '%Y%m') = DATE_FORMAT(NOW(), '%Y%m')
AND find_in_set(${gridId}, u.ALL_DEPT_IDS);</sql>
<limit>0</limit>
@ -2067,6 +2085,12 @@ FROM
WHERE
u.DEL_FLAG = '0'
AND u.PARTY_FLAG = '0'
AND u.dept_id NOT IN (
1258690654403125249,
1258690914995232770,
1258691044142047233,
1258587880499798017
)
AND DATE_FORMAT(u.REGISTER_TIME, '%Y%m') = DATE_FORMAT(NOW(), '%Y%m')
AND find_in_set(${gridId}, u.ALL_DEPT_IDS);</sql>
<limit>0</limit>

12
epdc-cloud-property/doc/kettle/screen-yushan/screen_totality_street_query_all.ktr

@ -1084,6 +1084,12 @@ FROM
epdc_news n
WHERE
n.DEL_FLAG = '0'
AND n.dept_id NOT IN (
1258690654403125249,
1258690914995232770,
1258691044142047233,
1258587880499798017
)
AND find_in_set('${streetId}', n.ALL_DEPT_IDS)
AND DATE_FORMAT(n.CREATED_TIME, '%Y%m') = DATE_FORMAT(DATE_SUB(CURDATE(), INTERVAL ${monthIndex} MONTH), '%Y%m')</sql>
<limit>0</limit>
@ -1195,6 +1201,12 @@ FROM
epdc_news n
WHERE
n.DEL_FLAG = '0'
AND n.dept_id NOT IN (
1258690654403125249,
1258690914995232770,
1258691044142047233,
1258587880499798017
)
AND find_in_set('${streetId}', n.ALL_DEPT_IDS)
AND DATE_FORMAT(n.CREATED_TIME, '%Y%m') = DATE_FORMAT(DATE_SUB(CURDATE(), INTERVAL ${monthIndex} MONTH), '%Y%m')</sql>
<limit>0</limit>

13
epdc-cloud-property/doc/kettle/screen-yushan/screen_totality_street_query_all_dayy.ktr

@ -1086,7 +1086,12 @@ WHERE
n.DEL_FLAG = '0'
AND find_in_set('${streetId}', n.ALL_DEPT_IDS)
AND n.CREATED_TIME &lt; DATE_SUB(CURDATE(), INTERVAL ${dayIndex} DAY)
AND n.dept_id NOT IN (
1258690654403125249,
1258690914995232770,
1258691044142047233,
1258587880499798017
)
AND n.CREATED_TIME > DATE_SUB(CURDATE(), INTERVAL ${dayIndex}+1 DAY);</sql>
<limit>0</limit>
<lookup/>
@ -1197,6 +1202,12 @@ FROM
epdc_news n
WHERE
n.DEL_FLAG = '0'
AND n.dept_id NOT IN (
1258690654403125249,
1258690914995232770,
1258691044142047233,
1258587880499798017
)
AND find_in_set('${streetId}', n.ALL_DEPT_IDS)
AND n.CREATED_TIME &lt; DATE_SUB(CURDATE(), INTERVAL ${dayIndex} DAY);</sql>
<limit>0</limit>

132
epdc-cloud-property/doc/kettle/screen-yushan/screen_totality_street_query_month.ktr

@ -787,6 +787,12 @@ FROM
WHERE
n.DEL_FLAG = '0'
AND find_in_set('${streetId}', n.ALL_DEPT_IDS)
AND n.dept_id NOT IN (
1258690654403125249,
1258690914995232770,
1258691044142047233,
1258587880499798017
)
AND DATE_FORMAT(n.CREATED_TIME, '%Y%m') = DATE_FORMAT(DATE_SUB(CURDATE(), INTERVAL 1 MONTH), '%Y%m')</sql>
<limit>0</limit>
<lookup/>
@ -796,62 +802,16 @@ WHERE
<cached_row_meta_active>N</cached_row_meta_active>
<row-meta>
<value-meta>
<type>BigNumber</type>
<storagetype>normal</storagetype>
<name>participate_of_news</name>
<length>34</length>
<precision>0</precision>
<origin>新闻参与量阅读量点赞量</origin>
<comments>participate_of_news</comments>
<conversion_Mask>######0.0###################;-######0.0###################</conversion_Mask>
<decimal_symbol>.</decimal_symbol>
<grouping_symbol/>
<currency_symbol/>
<trim_type>none</trim_type>
<case_insensitive>N</case_insensitive>
<collator_disabled>Y</collator_disabled>
<collator_strength>0</collator_strength>
<sort_descending>N</sort_descending>
<output_padding>N</output_padding>
<date_format_lenient>N</date_format_lenient>
<date_format_locale>zh_CN</date_format_locale>
<date_format_timezone>Asia/Shanghai</date_format_timezone>
<lenient_string_to_number>N</lenient_string_to_number>
</value-meta>
<value-meta>
<type>BigNumber</type>
<storagetype>normal</storagetype>
<name>read_of_news</name>
<length>32</length>
<precision>0</precision>
<origin>新闻参与量阅读量点赞量</origin>
<comments>read_of_news</comments>
<conversion_Mask>######0.0###################;-######0.0###################</conversion_Mask>
<decimal_symbol>.</decimal_symbol>
<grouping_symbol/>
<currency_symbol/>
<trim_type>none</trim_type>
<case_insensitive>N</case_insensitive>
<collator_disabled>Y</collator_disabled>
<collator_strength>0</collator_strength>
<sort_descending>N</sort_descending>
<output_padding>N</output_padding>
<date_format_lenient>N</date_format_lenient>
<date_format_locale>zh_CN</date_format_locale>
<date_format_timezone>Asia/Shanghai</date_format_timezone>
<lenient_string_to_number>N</lenient_string_to_number>
</value-meta>
<value-meta>
<type>BigNumber</type>
<type>Integer</type>
<storagetype>normal</storagetype>
<name>like_of_news</name>
<length>32</length>
<name>new_news_num</name>
<length>15</length>
<precision>0</precision>
<origin>新闻参与量阅读量点赞量</origin>
<comments>like_of_news</comments>
<conversion_Mask>######0.0###################;-######0.0###################</conversion_Mask>
<origin>新增新闻数</origin>
<comments>new_news_num</comments>
<conversion_Mask>####0;-####0</conversion_Mask>
<decimal_symbol>.</decimal_symbol>
<grouping_symbol/>
<grouping_symbol>,</grouping_symbol>
<currency_symbol/>
<trim_type>none</trim_type>
<case_insensitive>N</case_insensitive>
@ -897,6 +857,12 @@ FROM
epdc_news n
WHERE
n.DEL_FLAG = '0'
AND n.dept_id NOT IN (
1258690654403125249,
1258690914995232770,
1258691044142047233,
1258587880499798017
)
AND find_in_set('${streetId}', n.ALL_DEPT_IDS);</sql>
<limit>0</limit>
<lookup/>
@ -906,62 +872,16 @@ WHERE
<cached_row_meta_active>N</cached_row_meta_active>
<row-meta>
<value-meta>
<type>BigNumber</type>
<storagetype>normal</storagetype>
<name>participate_of_news</name>
<length>34</length>
<precision>0</precision>
<origin>新闻参与量阅读量点赞量</origin>
<comments>participate_of_news</comments>
<conversion_Mask>######0.0###################;-######0.0###################</conversion_Mask>
<decimal_symbol>.</decimal_symbol>
<grouping_symbol/>
<currency_symbol/>
<trim_type>none</trim_type>
<case_insensitive>N</case_insensitive>
<collator_disabled>Y</collator_disabled>
<collator_strength>0</collator_strength>
<sort_descending>N</sort_descending>
<output_padding>N</output_padding>
<date_format_lenient>N</date_format_lenient>
<date_format_locale>zh_CN</date_format_locale>
<date_format_timezone>Asia/Shanghai</date_format_timezone>
<lenient_string_to_number>N</lenient_string_to_number>
</value-meta>
<value-meta>
<type>BigNumber</type>
<storagetype>normal</storagetype>
<name>read_of_news</name>
<length>32</length>
<precision>0</precision>
<origin>新闻参与量阅读量点赞量</origin>
<comments>read_of_news</comments>
<conversion_Mask>######0.0###################;-######0.0###################</conversion_Mask>
<decimal_symbol>.</decimal_symbol>
<grouping_symbol/>
<currency_symbol/>
<trim_type>none</trim_type>
<case_insensitive>N</case_insensitive>
<collator_disabled>Y</collator_disabled>
<collator_strength>0</collator_strength>
<sort_descending>N</sort_descending>
<output_padding>N</output_padding>
<date_format_lenient>N</date_format_lenient>
<date_format_locale>zh_CN</date_format_locale>
<date_format_timezone>Asia/Shanghai</date_format_timezone>
<lenient_string_to_number>N</lenient_string_to_number>
</value-meta>
<value-meta>
<type>BigNumber</type>
<type>Integer</type>
<storagetype>normal</storagetype>
<name>like_of_news</name>
<length>32</length>
<name>news_num</name>
<length>15</length>
<precision>0</precision>
<origin>新闻参与量阅读量点赞量</origin>
<comments>like_of_news</comments>
<conversion_Mask>######0.0###################;-######0.0###################</conversion_Mask>
<origin>新闻数</origin>
<comments>news_num</comments>
<conversion_Mask>####0;-####0</conversion_Mask>
<decimal_symbol>.</decimal_symbol>
<grouping_symbol/>
<grouping_symbol>,</grouping_symbol>
<currency_symbol/>
<trim_type>none</trim_type>
<case_insensitive>N</case_insensitive>

Loading…
Cancel
Save