fuliqi
2024-07-09 6236b20da2e7f99f7d604bbe9c656c9f565fd379
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 create_time desc
    </select>
    
    <select id="selectCheckScoreById" parameterType="Long" resultMap="CheckScoreResult">