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

Commit 3ae53b3b authored by 胡佳晨's avatar 胡佳晨

修改 admin

parent de597c01
......@@ -184,7 +184,6 @@ public class GoblinZhengzaiMarketServiceImpl implements IGoblinZhengzaiMarketSer
@Override
public ResponseDto<List<GoblinZhengzaiStoreListVo>> zhengzaiStoreList(String marketId) {
System.out.println("活动id = " + marketId);
List<GoblinZhengzaiStoreListDto> dtoList = goblinSelfMarketingMapper.getZhengzaiStoreList(marketId);
List<GoblinZhengzaiStoreListVo> voList = new ArrayList<>();
for (GoblinZhengzaiStoreListDto item : dtoList) {
......
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