Commit 45228733 authored by 竹天卫's avatar 竹天卫

计划管理 后台接口完成 sql 修改

parent 77b114eb
......@@ -23,7 +23,7 @@
<select id="getDetail" resultType="cn.wise.sc.cement.business.model.vo.PlanEquipmentMaintainVo">
SELECT t.*, su.name as maintainerName, su2.name as userName
FROM plan_equipment_purchase t
FROM plan_equipment_maintain t
left join sys_user su on su.id = t.maintainer_id
left join sys_user su2 on su2.id = t.user_id
WHERE t.id = #{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