Commit 4b031755 authored by tianbo's avatar tianbo

修改

parent 361d7a50
...@@ -114,6 +114,8 @@ ...@@ -114,6 +114,8 @@
<select id="getProjectPage" resultType="com.yeejoin.amos.boot.module.ugp.api.entity.Project"> <select id="getProjectPage" resultType="com.yeejoin.amos.boot.module.ugp.api.entity.Project">
SELECT * FROM tz_ugp_project SELECT * FROM tz_ugp_project
<where> <where>
is_delete = 0
and status <![CDATA[<>]]>'流程结束!'
<if test="roleName == '建设单位'"> <if test="roleName == '建设单位'">
and construction_unit_id = #{companyId} and construction_unit_id = #{companyId}
</if> </if>
...@@ -132,6 +134,7 @@ ...@@ -132,6 +134,7 @@
</if> </if>
</if> </if>
</where> </where>
order by submit_date desc
</select> </select>
<select id="getProjectMaterial" resultType="com.yeejoin.amos.boot.module.ugp.api.dto.ProjectResourceDto"> <select id="getProjectMaterial" resultType="com.yeejoin.amos.boot.module.ugp.api.dto.ProjectResourceDto">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment