fuliqi
2024-09-01 6293aab5383150da9769353c1c350d9156a9ca55
考核积分排序
1个文件已修改
2 ■■■ 已修改文件
ycl-server/src/main/resources/mapper/zgyw/CheckScoreMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ycl-server/src/main/resources/mapper/zgyw/CheckScoreMapper.xml
@@ -35,7 +35,7 @@
            <if test="deptId != null "> and tcs.dept_id = #{deptId}</if>
            ${params.dataScope}
        </where>
        order by createTime desc;
        order by create_time desc;
    </select>
    <select id="selectCheckScoreById" parameterType="Long" resultMap="CheckScoreResult">