小票logo 改名为 标签打印logo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user