记得上下班打卡 | git大法好,push需谨慎

Commit a94e0513 authored by 胡佳晨's avatar 胡佳晨

修改 admin

parent 4f058d1a
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<select id="getZhengzaiStoreList" resultMap="goblinZhengzaiStoreListDtoResult"> <select id="getZhengzaiStoreList" resultMap="goblinZhengzaiStoreListDtoResult">
select d.store_id, select b.store_id,
c.store_name, c.store_name,
b.show_time, b.show_time,
IFNull(count(distinct d.spu_id), 0) as 'spu_count', IFNull(count(distinct d.spu_id), 0) as 'spu_count',
...@@ -51,7 +51,7 @@ from goblin_self_marketing as a ...@@ -51,7 +51,7 @@ from goblin_self_marketing as a
inner join goblin_store_info as c on c.store_id = b.store_id inner join goblin_store_info as c on c.store_id = b.store_id
left join goblin_marketing_zhengzai as d on d.store_id = b.store_id and d.self_market_id = b.self_market_id left join goblin_marketing_zhengzai as d on d.store_id = b.store_id and d.self_market_id = b.self_market_id
where a.self_market_id = #{marketId} where a.self_market_id = #{marketId}
GROUP BY d.store_id GROUP BY b.store_id
</select> </select>
<select id="getZhengzaiStoreDetails" resultMap="goblinZhengzaiStoreDetailsDtoResult"> <select id="getZhengzaiStoreDetails" resultMap="goblinZhengzaiStoreDetailsDtoResult">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment