jyy
2021-03-16 c6c1cb109eea2df0c4c5d2e6714ae85ff2e785fe
zq-erp/src/main/java/com/matrix/system/app/action/ApiVipLabelAction.java
@@ -53,6 +53,7 @@
    @PostMapping(value = "/addLabel")
    public AjaxResult addLabel(@RequestBody LabelDto labelDto) {
        SysVipLabel sysVipLabel = new SysVipLabel();
        sysVipLabel.setCreateBy(getMe().getSuName());
        sysVipLabel.setLabel(labelDto.getLabel());
        sysVipLabel.setColor(labelDto.getColor());
        sysVipLabel.setShopId(getMe().getShopId());