Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
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
fangxinjiang
yifu-mvp
Commits
40ec7551
Commit
40ec7551
authored
Jun 17, 2025
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
注释掉项目信息推送-省市限制-fxj
parent
b61600c4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
TSettleDomainServiceImpl.java
.../yifu/archives/service/impl/TSettleDomainServiceImpl.java
+3
-2
No files found.
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TSettleDomainServiceImpl.java
View file @
40ec7551
...
@@ -303,10 +303,11 @@ public class TSettleDomainServiceImpl extends ServiceImpl<TSettleDomainMapper, T
...
@@ -303,10 +303,11 @@ public class TSettleDomainServiceImpl extends ServiceImpl<TSettleDomainMapper, T
if
(
Common
.
isEmpty
(
domain
.
getServerItem
())){
if
(
Common
.
isEmpty
(
domain
.
getServerItem
())){
return
ArchivesConstants
.
SETTLE_DOMAIN_SERVER_ITEM_NOT_EMPTY
;
return
ArchivesConstants
.
SETTLE_DOMAIN_SERVER_ITEM_NOT_EMPTY
;
}
}
if
(
Common
.
isEmpty
(
domain
.
getECity
())
//fxj MVP1.7.12 倩倩说不需要了注释掉
/*if (Common.isEmpty(domain.getECity())
|| Common.isEmpty(domain.getEProvince())){
|| Common.isEmpty(domain.getEProvince())){
return ArchivesConstants.SETTLE_DOMAIN_PROVINCE_NOT_EMPTY;
return ArchivesConstants.SETTLE_DOMAIN_PROVINCE_NOT_EMPTY;
}
}
*/
/*if ( Common.isEmpty(domain.getCreateType())){
/*if ( Common.isEmpty(domain.getCreateType())){
return "创建类型不可为空";
return "创建类型不可为空";
}*/
}*/
...
...
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