头像实体转换
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user