模拟证照数据

This commit is contained in:
guohb
2024-05-06 10:42:30 +08:00
parent a00f5fbd42
commit 66ac3fe475
4 changed files with 10 additions and 6 deletions

View File

@@ -42,4 +42,9 @@
</select>
<select id="selectByShopId" resultType="com.cool.store.entity.LicenseTransactDO">
select *
from xfsg_license_transact
where shop_id = #{shopId}
</select>
</mapper>