头像实体转换

This commit is contained in:
guohb
2024-05-06 09:53:38 +08:00
parent 7271dd465e
commit 47aadfc3d7
7 changed files with 81 additions and 22 deletions

View File

@@ -47,8 +47,9 @@
where
shop_id = #{shopId} and deleted = 0
</select>
<select id="getListByShopIdAndType" resultType="com.cool.store.entity.ShopAuditInfoDO">
select * from xfsg_shop_audit_info
<select id="getListByShopIdAndType" resultType="com.cool.store.vo.ShopAuditInfoVO">
select <include refid="Base_Column_List"/>
from xfsg_shop_audit_info
where shop_id = #{shopId}
and audit_type = #{type}
order by create_time