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

扫码获取样品信息3

parent 4e5794fd
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<select id="getDetail" resultType="cn.wise.sc.cement.business.model.vo.SampleVo"> <select id="getDetail" resultType="cn.wise.sc.cement.business.model.vo.SampleVo">
select s.*,s.name as sampleName, s.cement_code as cementCode, s.weight as weight, select s.*,s.name as sampleName, s.cement_code as cementCode, s.weight as weight,
p.code as projectId, p.name as projectName p.code as projectCode, p.name as projectName
from sample s from sample s
left join entrust e on e.id = s.entrust_id left join entrust e on e.id = s.entrust_id
left join project p on p.id = e.project_id left join project p on p.id = e.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