Commit 281d75df authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent 48a2a61c
...@@ -544,7 +544,7 @@ public class TSocialFriendServiceImpl extends ServiceImpl<TSocialFriendMapper, T ...@@ -544,7 +544,7 @@ public class TSocialFriendServiceImpl extends ServiceImpl<TSocialFriendMapper, T
String handleStatus = CommonConstants.TWO_STRING; String handleStatus = CommonConstants.TWO_STRING;
List<String> ygsFailList = new ArrayList<>(); List<String> ygsFailList = new ArrayList<>();
List<String> ysdFailList = new ArrayList<>(); List<String> ysdFailList = new ArrayList<>();
String handleRemark = "中止办理:系统定时任务更新跨月继续办理为终止办理"; String handleRemark = "中止办理(系统定时任务更新跨月继续办理为中止办理)";
String ygsHandleStatus = CommonConstants.FOUR_STRING;; String ygsHandleStatus = CommonConstants.FOUR_STRING;;
TSocialInfo updateSocial; TSocialInfo updateSocial;
Set<String> dbAuthsSet = new HashSet<>(); Set<String> dbAuthsSet = new HashSet<>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment