Commit 112f157a authored by wujiang's avatar wujiang

修改level不兼容

parent 7c4124fc
......@@ -160,7 +160,7 @@
from
systemctl_region
where
PARENT_REGION_CODE = #{parentCode} and LEVEL = #{level}
PARENT_REGION_CODE = #{parentCode} and `LEVEL` = #{level}
</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