Commit 7068dfea authored by qyx's avatar qyx

项目费用

parent 7184db1d
...@@ -190,7 +190,14 @@ ...@@ -190,7 +190,14 @@
#{item} #{item}
</foreach> </foreach>
</select> </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 SELECT
u.user_id,u.nick_name u.user_id,u.nick_name
FROM 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