xiangpei
2025-04-23 c1a9747777ea9aee817f306475c94031e5559cc4
项目、工程按照录入时间升序排列
2个文件已修改
4 ■■■■ 已修改文件
business/src/main/resources/mapper/ProjectInfoMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
business/src/main/resources/mapper/ProjectProcessMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
business/src/main/resources/mapper/ProjectInfoMapper.xml
@@ -178,7 +178,7 @@
                ${query.params.dataScope}
            </if>
        </where>
        ORDER BY FIELD(TPI.used_status, 1, -1, 0, 2), TPI.gmt_create DESC
        ORDER BY FIELD(TPI.used_status, 1, -1, 0, 2), TPI.gmt_create ASC
    </select>
    <select id="homeCount" parameterType="com.ycl.common.core.domain.BaseEntity" resultType="com.ycl.domain.vo.ProjectVO">
business/src/main/resources/mapper/ProjectProcessMapper.xml
@@ -160,7 +160,7 @@
            </if>
            ${query.params.dataScope}
        </where>
        ORDER BY PI.gmt_create ASC
    </select>