From 59f1b56d8844bf099e999e8eb403ff6194a53e24 Mon Sep 17 00:00:00 2001 From: huanghongfa <huanghongfa123456> Date: 星期四, 08 七月 2021 10:12:39 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/test' into test --- springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java | 23 +++++++++++++++++++---- 1 files changed, 19 insertions(+), 4 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java index c0686fd..9c6987c 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java +++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java @@ -27,10 +27,7 @@ import com.panzhihua.common.model.dtos.shop.*; import com.panzhihua.common.model.dtos.user.PageInputUserDTO; import com.panzhihua.common.model.dtos.vaccines.*; -import com.panzhihua.common.model.vos.BcDictionaryItemVO; -import com.panzhihua.common.model.vos.BcDictionaryVO; -import com.panzhihua.common.model.vos.R; -import com.panzhihua.common.model.vos.SystemmanagementConfigVO; +import com.panzhihua.common.model.vos.*; import com.panzhihua.common.model.vos.community.*; import com.panzhihua.common.model.vos.community.bigscreen.BigScreenStatisticAgeGender; import com.panzhihua.common.model.vos.community.bigscreen.BigScreenStatisticPartyActivity; @@ -2933,6 +2930,24 @@ R listSaveBuildingExcelVO(@RequestBody List<ComMngBuildingExcelVO> newVoList, @RequestParam("communityId") Long communityId); /** + * 插入字典 + * @param dictionaryVO 字典数据 + * @return R 是否保存成功 + * @author manailin + * @date 2021/6/10 17:00 + */ + @PostMapping("/dictionary/insertDiction") + R insertDiction(@RequestBody DictionaryVO dictionaryVO); + /** + * 插入字典项 + * @param dictionaryVO 字典数据 + * @return R 是否保存成功 + * @author manailin + * @date 2021/6/10 17:00 + */ + @PostMapping("/dictionary/insertDictionItem") + R insertDictionItem(@RequestBody BcDictionaryVO dictionaryVO); + /** * 根据字典key查询字典项 * * @param key -- Gitblit v1.7.1