forked from ard/ruoyi-api

zhangnaisong
2023-10-07 b843ec4ebeea58664944f1df4b4860585e23f0fa
应急预案查询加入时间倒序提交
1 files modified
1 ■■■■ changed files
ard-work/src/main/resources/mapper/plan/ArdEplanMapper.xml 1 ●●●● patch | view | raw | blame | history
ard-work/src/main/resources/mapper/plan/ArdEplanMapper.xml
@@ -31,6 +31,7 @@
            <if test="userId != null  and userId != ''"> and user_id = #{userId}</if>
            <if test="deptId != null  and deptId != ''"> and dept_id = #{deptId}</if>
        </where>
        order by time desc
    </select>
    
    <select id="selectArdEplanById" parameterType="String" resultMap="ArdEplanResult">