Commit 70825f87 by 高晓磊

采砂许可进度不展示流域和禁采区

parent d233287f
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
AND bsi.del = 0 AND bsi.del = 0
and dpd.type = 0 and dpd.type = 0
AND psm.STATUS = 1 AND psm.STATUS = 1
and psm.sandMiningAreaType in (1,3,4)
GROUP BY GROUP BY
psm.id psm.id
</sql> </sql>
......
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