44323
2024-01-30 8e4f20c7f78eadb1ff8af86c47dfde07aee38200
11.27,9
1个文件已修改
8 ■■■■ 已修改文件
cloud-server-management/src/main/java/com/dsh/guns/modular/system/controller/code/TCouponController.java 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
cloud-server-management/src/main/java/com/dsh/guns/modular/system/controller/code/TCouponController.java
@@ -199,6 +199,9 @@
                String cityName = (String) stringObjectMap.get("city");
                stringObjectMap.put("provinceCity",provinceName+cityName);
                Integer managerId = (Integer) stringObjectMap.get("operatorId");
                if (managerId == null){
                    stringObjectMap.put("accountName","平台");
                }else{
                if (managerId==0){
                    stringObjectMap.put("accountName","平台");
                }else{
@@ -207,9 +210,10 @@
                        stringObjectMap.put("accountName",operator.getName());
                    }else{
                        stringObjectMap.put("accountName","平台");
                        }
                    }
                }
                    }
                }
            }
        }