Commit 40433ab9 by wangweidong

土工试验原始记录修改

parent 31e5e9eb
......@@ -229,7 +229,7 @@
<select id="selectListVOByIds" resultType="com.patzn.cloud.service.soil.vo.SoilExperimentVO">
SELECT t.id,s.sample_code,e.entrust_code FROM soil_experiment t
SELECT t.id,s.sample_code,s.sample_depth,e.entrust_code FROM soil_experiment t
JOIN soil_sample s ON t.sample_id = s.id
JOIN soil_entrust e ON s.entrust_id = e.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