From 0b04f664887c73e90bf684a4e69c0fdbfe26349d Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 29 三月 2023 13:35:20 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

---
 service-community/src/main/java/com/java110/community/smo/impl/RepairTypeUserV1InnerServiceSMOImpl.java |   27 +++++++++++++--------------
 1 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/service-community/src/main/java/com/java110/community/smo/impl/RepairTypeUserV1InnerServiceSMOImpl.java b/service-community/src/main/java/com/java110/community/smo/impl/RepairTypeUserV1InnerServiceSMOImpl.java
index fc65a10..0314282 100644
--- a/service-community/src/main/java/com/java110/community/smo/impl/RepairTypeUserV1InnerServiceSMOImpl.java
+++ b/service-community/src/main/java/com/java110/community/smo/impl/RepairTypeUserV1InnerServiceSMOImpl.java
@@ -17,23 +17,21 @@
 
 
 import com.java110.community.dao.IRepairTypeUserV1ServiceDao;
+import com.java110.core.base.smo.BaseServiceSMO;
+import com.java110.dto.PageDto;
 import com.java110.dto.repair.RepairTypeUserDto;
 import com.java110.intf.community.IRepairTypeUserV1InnerServiceSMO;
 import com.java110.po.repair.RepairTypeUserPo;
 import com.java110.utils.util.BeanConvertUtil;
-import com.java110.core.base.smo.BaseServiceSMO;
-import com.java110.dto.user.UserDto;
-import com.java110.dto.PageDto;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.web.bind.annotation.RequestBody;
 import org.springframework.web.bind.annotation.RestController;
 
-import java.util.ArrayList;
 import java.util.List;
 
 /**
  * 绫昏〃杩帮細 鏈嶅姟涔嬪墠璋冪敤鐨勬帴鍙e疄鐜扮被锛屼笉瀵瑰鎻愪緵鎺ュ彛鑳藉姏 鍙敤浜庢帴鍙e缓璋冪敤
- * add by 鍚村鏂� at 2022-08-06 12:27:40 mail: 928255095@qq.com
+ * add by 鍚村鏂� at 2022-08-06 12:41:50 mail: 928255095@qq.com
  * open source address: https://gitee.com/wuxw7/MicroCommunity
  * 瀹樼綉锛歨ttp://www.homecommunity.cn
  * 娓╅Θ鎻愮ず锛氬鏋滄偍瀵规鏂囦欢杩涜淇敼 璇蜂笉瑕佸垹闄ゅ師鏈変綔鑰呭強娉ㄩ噴淇℃伅锛岃琛ュ厖鎮ㄧ殑 淇敼鐨勫師鍥犱互鍙婅仈绯婚偖绠卞涓�
@@ -52,21 +50,21 @@
         return saveFlag;
     }
 
-     @Override
-    public int updateRepairTypeUser(@RequestBody  RepairTypeUserPo repairTypeUserPo) {
+    @Override
+    public int updateRepairTypeUser(@RequestBody RepairTypeUserPo repairTypeUserPo) {
         int saveFlag = repairTypeUserV1ServiceDaoImpl.updateRepairTypeUserInfo(BeanConvertUtil.beanCovertMap(repairTypeUserPo));
         return saveFlag;
     }
 
-     @Override
-    public int deleteRepairTypeUser(@RequestBody  RepairTypeUserPo repairTypeUserPo) {
-       repairTypeUserPo.setStatusCd("1");
-       int saveFlag = repairTypeUserV1ServiceDaoImpl.updateRepairTypeUserInfo(BeanConvertUtil.beanCovertMap(repairTypeUserPo));
-       return saveFlag;
+    @Override
+    public int deleteRepairTypeUser(@RequestBody RepairTypeUserPo repairTypeUserPo) {
+        repairTypeUserPo.setStatusCd("1");
+        int saveFlag = repairTypeUserV1ServiceDaoImpl.updateRepairTypeUserInfo(BeanConvertUtil.beanCovertMap(repairTypeUserPo));
+        return saveFlag;
     }
 
     @Override
-    public List<RepairTypeUserDto> queryRepairTypeUsers(@RequestBody  RepairTypeUserDto repairTypeUserDto) {
+    public List<RepairTypeUserDto> queryRepairTypeUsers(@RequestBody RepairTypeUserDto repairTypeUserDto) {
 
         //鏍¢獙鏄惁浼犱簡 鍒嗛〉淇℃伅
 
@@ -84,6 +82,7 @@
 
     @Override
     public int queryRepairTypeUsersCount(@RequestBody RepairTypeUserDto repairTypeUserDto) {
-        return repairTypeUserV1ServiceDaoImpl.queryRepairTypeUsersCount(BeanConvertUtil.beanCovertMap(repairTypeUserDto));    }
+        return repairTypeUserV1ServiceDaoImpl.queryRepairTypeUsersCount(BeanConvertUtil.beanCovertMap(repairTypeUserDto));
+    }
 
 }

--
Gitblit v1.8.0