aijinhui
2023-11-14 e96d0cfb778bdd0eef4b2f39a52ff87f0fbeb99a
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">