Comparing ming-soft:master...spacegithub:master · ming-soft/MCMS

Commits on Aug 12, 2019

  1. Update 4.7.0-to-4.7.1-mysql.sql

    <#if ispaging?? && (pageTag.pageNo)??>${(pageTag.pageNo-1)*size?eval},${size?default(20)}      其中(pageTag.pageNo-1)*size 经过?eval内置函数运算后的结果大于等于1000时会被分组显示(如3,000,000),导致生成栏目时执行sql报错。
    解决:通过加?c 将数字转换为字符串,正常显示
    Configuration menu

    Browse the repository at this point in the history

  2. Update db-mcms-mysql-4.7.1.sql

    <#if ispaging?? && (pageTag.pageNo)??>${(pageTag.pageNo-1)*size?eval},${size?default(20)}      其中(pageTag.pageNo-1)*size 经过?eval内置函数运算后的结果大于等于1000时会被分组显示(如3,000,000),导致生成栏目时执行sql报错。
    解决:通过加?c 将数字转换为字符串,正常显示

    kmood authored

    Aug 12, 2019
    Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

  4. Configuration menu

    Browse the repository at this point in the history