Commit 20a63fd7 authored by 祁正's avatar 祁正

日常报销管理-获取项目详情

parent 590baea3
...@@ -41,6 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -41,6 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<resultMap type="com.ruoyi.domain.dto.FyglDailyReimbursementDetailitemListDTO" id="FyglDailyReimbursementDetailItemResult"> <resultMap type="com.ruoyi.domain.dto.FyglDailyReimbursementDetailitemListDTO" id="FyglDailyReimbursementDetailItemResult">
<result property="id" column="id" /> <result property="id" column="id" />
<result property="rid" column="rid" />
<result property="timeOfExpense" column="time_of_expense" /> <result property="timeOfExpense" column="time_of_expense" />
<result property="reimbursementType" column="reimbursement_type" /> <result property="reimbursementType" column="reimbursement_type" />
<result property="money" column="money" /> <result property="money" column="money" />
...@@ -122,6 +123,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -122,6 +123,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
resultMap="FyglDailyReimbursementDetailItemResult"> resultMap="FyglDailyReimbursementDetailItemResult">
SELECT SELECT
r.id, r.id,
r.rid,
r.time_of_expense, r.time_of_expense,
r.reimbursement_type, r.reimbursement_type,
r.money, r.money,
......
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