Commit 1d9fc87f by lijingjing

统计,fe含量

parent 068d2950
...@@ -786,6 +786,7 @@ ...@@ -786,6 +786,7 @@
<include refid="ledger_where"/> <include refid="ledger_where"/>
AND (TRIM(ii.test_value) ~ '^([0-9]+[.]?[0-9]*|[.][0-9]+)$') AND (TRIM(ii.test_value) ~ '^([0-9]+[.]?[0-9]*|[.][0-9]+)$')
group by s.id ,coalesce(cq.sample_grading,s.sample_grading) group by s.id ,coalesce(cq.sample_grading,s.sample_grading)
) s group by s.test_time
) T order by sn, day ) T order by sn, day
</select> </select>
......
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