【7.2.2】更新统计sql的适配

pull/29/head
fengshuonan 2022-03-16 19:04:55 +08:00
parent 82cc26fbd3
commit 76634fb280
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
</where>
order by instr(
<foreach item="item" collection="statUrlIds" index="index" open="'" separator="," close="'">
#{item}
${item}
</foreach>,stat_url_id)
</select>

View File

@ -32,7 +32,7 @@
</where>
order by instr(
<foreach item="item" collection="menuIds" index="index" open="'" separator="," close="'">
#{item}
${item}
</foreach>,menu_id)
</select>