限值提交

This commit is contained in:
2023-05-16 15:46:17 +08:00
parent a2c8661515
commit f0eabb44b1
3 changed files with 64 additions and 65 deletions

View File

@@ -410,7 +410,7 @@
</select>
<select id="getAllLineOverLimit" resultType="OverLimit">
<select id="getAllLineOverLimit" resultType="com.njcn.device.biz.pojo.po.Overlimit">
select f.* from pq_line a
inner join pq_line_detail b on a.id = b.id
inner join pq_line c on a.pid = c.id