Commit f2bee742 authored by 祁正's avatar 祁正

改bug

parent 2ef2e736
...@@ -27,6 +27,11 @@ ...@@ -27,6 +27,11 @@
<result property="unitPrice" column="unit_price" /> <result property="unitPrice" column="unit_price" />
<result property="description" column="description" /> <result property="description" column="description" />
<result property="createBy" column="create_by" />
<result property="createTime" column="create_time" />
<result property="updateBy" column="update_by" />
<result property="updateTime" column="update_time" />
<result property="remark" column="remark" /> <result property="remark" column="remark" />
</resultMap> </resultMap>
...@@ -101,6 +106,10 @@ ...@@ -101,6 +106,10 @@
fp.cost_type, fp.cost_type,
fp.sum_money, fp.sum_money,
fp.approve_status fp.approve_status
fp.create_time,
fp.create_by,
fp.update_time,
fp.update_by
FROM FROM
fygl_project_cost_request fp fygl_project_cost_request fp
LEFT JOIN project_manage p ON p.id = fp.project_id LEFT JOIN project_manage p ON p.id = fp.project_id
......
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