Commit 7068dfea authored by qyx's avatar qyx

项目费用

parent 7184db1d
......@@ -190,7 +190,14 @@
#{item}
</foreach>
</select>
<select id="getProjectManagerList" resultType="com.ruoyi.domain.dto.FyglProjectManagerList">
<resultMap type="com.ruoyi.domain.dto.FyglProjectManagerList" id="projectManagerList">
<result property="projectManagerId" column="user_id" />
<result property="projectManagerName" column="nick_name" />
</resultMap>
<select id="getProjectManagerList" resultMap="projectManagerList">
SELECT
u.user_id,u.nick_name
FROM
......
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