Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
84c26650
Commit
84c26650
authored
Oct 16, 2024
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.机器人登录问题处理
parent
b3a40168
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
13 deletions
+10
-13
pom.xml
amos-boot-biz-common/pom.xml
+0
-1
ControllerAop.java
...a/com/yeejoin/amos/boot/biz/common/aop/ControllerAop.java
+5
-5
pom.xml
amos-boot-data/amos-boot-data-accessapi/pom.xml
+0
-1
UnitInfoController.java
...oot/module/tcm/flc/biz/controller/UnitInfoController.java
+0
-0
UnitInfoServiceImpl.java
.../module/tcm/flc/biz/service/impl/UnitInfoServiceImpl.java
+4
-4
pom.xml
amos-boot-system-tzs/pom.xml
+0
-1
pom.xml
pom.xml
+1
-1
No files found.
amos-boot-biz-common/pom.xml
View file @
84c26650
...
...
@@ -15,7 +15,6 @@
<dependency>
<groupId>
com.yeejoin
</groupId>
<artifactId>
amos-component-security
</artifactId>
<version>
1.10.8-TZS
</version>
</dependency>
<dependency>
<groupId>
org.typroject
</groupId>
...
...
amos-boot-biz-common/src/main/java/com/yeejoin/amos/boot/biz/common/aop/ControllerAop.java
View file @
84c26650
...
...
@@ -97,11 +97,11 @@ public class ControllerAop {
urls
.
add
(
"/tcm/flc-unit-info/region/tree"
);
urls
.
add
(
"/tcm/reg-unit-info/management-unit/tree"
);
urls
.
add
(
"/tcm/reg-unit-info/unit-type/list"
);
urls
.
add
(
"
^
/tcm/flc-unit-info/hasExistPhone/[0-9]+$"
);
urls
.
add
(
"
^
/tcm/flc-unit-info/sendTelCode/[0-9]+$"
);
urls
.
add
(
"
^
/tcm/reg-unit-info/[A-Za-z0-9]+/check$"
);
urls
.
add
(
"
^
/tcm/flc-unit-info/verifyTelCode/[A-Za-z0-9]+/[A-Za-z0-9]+"
);
urls
.
add
(
"
^/tcm/flc-unit-info/hasExistUser/[A-Za-z0-9_-]
+"
);
urls
.
add
(
"/tcm/flc-unit-info/hasExistPhone/[0-9]+$"
);
urls
.
add
(
"/tcm/flc-unit-info/sendTelCode/[0-9]+$"
);
urls
.
add
(
"/tcm/reg-unit-info/[A-Za-z0-9]+/check$"
);
urls
.
add
(
"/tcm/flc-unit-info/verifyTelCode/[A-Za-z0-9]+/[A-Za-z0-9]+"
);
urls
.
add
(
"
/tcm/flc-unit-info/hasExistUser/.
+"
);
urls
.
add
(
"/tcm/reg-unit-info/save"
);
urls
.
add
(
"/tcm/reg-unit-info/child-list"
);
urls
.
add
(
"/tcm/reg-unit-info/management-unit/tree"
);
...
...
amos-boot-data/amos-boot-data-accessapi/pom.xml
View file @
84c26650
...
...
@@ -181,7 +181,6 @@
<dependency>
<groupId>
com.yeejoin
</groupId>
<artifactId>
amos-component-security
</artifactId>
<version>
${amos.version}
</version>
</dependency>
</dependencies>
<build>
...
...
amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-biz/src/main/java/com/yeejoin/amos/boot/module/tcm/flc/biz/controller/UnitInfoController.java
View file @
84c26650
This diff is collapsed.
Click to expand it.
amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-biz/src/main/java/com/yeejoin/amos/boot/module/tcm/flc/biz/service/impl/UnitInfoServiceImpl.java
View file @
84c26650
...
...
@@ -19,7 +19,7 @@ import com.yeejoin.amos.boot.module.tcm.api.common.BizCommonConstant;
import
com.yeejoin.amos.boot.module.tcm.api.dto.WechatMessageDto
;
import
com.yeejoin.amos.boot.module.tcm.api.entity.WechatRelation
;
import
com.yeejoin.amos.boot.module.tcm.api.enums.TzsCommonParam
;
import
com.yeejoin.amos.boot.module.tcm.biz.service.impl.
TzsAuthServiceImpl
;
import
com.yeejoin.amos.boot.module.tcm.biz.service.impl.
StartPlatformTokenService
;
import
com.yeejoin.amos.boot.module.tcm.biz.service.impl.WechatRelationServiceImpl
;
import
com.yeejoin.amos.boot.module.tcm.biz.service.impl.WechatServiceImpl
;
import
com.yeejoin.amos.boot.module.tcm.biz.utils.JsonUtils
;
...
...
@@ -73,7 +73,7 @@ public class UnitInfoServiceImpl extends BaseService<UnitInfoDto, UnitInfo, Unit
private
Resource
stepRegin
;
@Autowired
private
TzsAuthServiceImpl
tzsAuthServiceImpl
;
private
StartPlatformTokenService
platformTokenService
;
@Autowired
ISourceFileService
ISourceFileService
;
...
...
@@ -115,7 +115,7 @@ public class UnitInfoServiceImpl extends BaseService<UnitInfoDto, UnitInfo, Unit
@Transactional
public
UnitInfoDto
saveUnitInfo
(
UnitInfoDto
model
)
{
tzsAuthServiceImpl
.
setRequestContext
();
platformTokenService
.
setRequestContext
();
model
.
setUnitStatus
(
0
);
// 设置为待审核状态
model
.
setSubmitTime
(
new
Date
());
// 提交时间
model
.
setIsChange
(
false
);
// 新增状态不是变更状态
...
...
@@ -650,7 +650,7 @@ public class UnitInfoServiceImpl extends BaseService<UnitInfoDto, UnitInfo, Unit
@Override
public
Collection
<
RegionModel
>
getRegionTree
(
Long
parentId
,
String
isNationwide
)
{
tzsAuthServiceImpl
.
setRequestContext
();
platformTokenService
.
setRequestContext
();
Collection
<
RegionModel
>
result
=
null
;
if
(
parentId
==
null
)
{
result
=
this
.
getAllRegionTree
(
isNationwide
);
...
...
amos-boot-system-tzs/pom.xml
View file @
84c26650
...
...
@@ -76,7 +76,6 @@
<dependency>
<groupId>
com.yeejoin
</groupId>
<artifactId>
amos-component-security
</artifactId>
<version>
${amos.version.tzs}
</version>
</dependency>
<dependency>
<groupId>
org.redisson
</groupId>
...
...
pom.xml
View file @
84c26650
...
...
@@ -251,7 +251,7 @@
<dependency>
<groupId>
com.yeejoin
</groupId>
<artifactId>
amos-feign-workflow
</artifactId>
<version>
1.10.8
</version>
<version>
${amos.version}
</version>
</dependency>
<dependency>
<groupId>
com.yeejoin
</groupId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment