小票logo 改名为 标签打印logo

This commit is contained in:
2026-04-28 10:27:23 +08:00
parent 680684e31a
commit db308e2e26
3 changed files with 3 additions and 8 deletions

View File

@@ -22,11 +22,6 @@ import java.util.stream.Collectors;
*/
@Service
public class ShopExtendServiceImpl extends ServiceImpl<ShopExtendMapper, ShopExtend> implements ShopExtendService {
private final static Map<String, String> KEY_MAP = Map.of(
"index_bg", "首页",
"my_bg", "我的页面背景图",
"member_bg", ""
);
@Override
public Boolean edit(Long shopId, ShopExtendDTO shopExtendDTO) {
@@ -82,7 +77,7 @@ public class ShopExtendServiceImpl extends ServiceImpl<ShopExtendMapper, ShopExt
shopExtend.setName("商品列表");
break;
case "ticket_logo":
shopExtend.setName("小票logo");
shopExtend.setName("标签打印logo");
break;
}
}