Skip to content

Commit

Permalink
Mongo check (#2292)
Browse files Browse the repository at this point in the history
* 修复mongo执行sql语句超过4000工单失败的问题

* 处理lint问题

* 修复申请权限时,mysql无法展示table选项的问题

---------

Co-authored-by: Leo Q <LeoQuote@users.noreply.github.com>
  • Loading branch information
woshiyanghai and LeoQuote committed Sep 12, 2023
1 parent 61f493e commit 6ae3355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/templates/queryapplylist.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h4 class="modal-title" id="myModalLabel">申请数据库查询权限</h4>
data-live-search="true" required>
// TODO 使用models中的choices 渲染
{% for name, engine in engines.items %}
<optgroup id="optgroup-{{ name }}" label="{{ engine.engine.name }}"></optgroup>
<optgroup id="optgroup-{{ name }}" label="{{ engine.name }}"></optgroup>
{% endfor %}
</select>
</div>
Expand Down

0 comments on commit 6ae3355

Please sign in to comment.