xiangpei
2024-08-31 1aa2a59a237dbc4c58a5e3d09be2bfeaf1535c8b
ycl-server/src/main/resources/mapper/zgyw/CheckScoreMapper.xml
@@ -35,6 +35,7 @@
            <if test="deptId != null "> and tcs.dept_id = #{deptId}</if>
            ${params.dataScope}
        </where>
        order by createTime desc;
    </select>
    
    <select id="selectCheckScoreById" parameterType="Long" resultMap="CheckScoreResult">