|
@@ -60,8 +60,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="processId != null "> and p.process_id = #{processId}</if>
|
|
|
<if test="directory != null "> and q.directory = #{directory}</if>
|
|
|
<if test="code != null "> and q.code = #{code}</if>
|
|
|
- ${params.dataScope}
|
|
|
</where>
|
|
|
+ ${params.dataScope}
|
|
|
+ order by d.level asc, d.open_time asc
|
|
|
</select>
|
|
|
|
|
|
<select id="selectTOpenItemById" parameterType="Long" resultMap="TOpenItemResult">
|