数据统计

This commit is contained in:
Tankaikai
2025-03-26 10:51:05 +08:00
parent eef5e3c768
commit 21fadd5696
5 changed files with 27 additions and 118 deletions

View File

@@ -120,4 +120,7 @@
]]>
</if>
</select>
<select id="getShopIdList" resultType="java.lang.Long">
select id from tb_shop_info order by id
</select>
</mapper>