Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
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
mobile-group
galaxy-iOS
Commits
e44d2a67
Commit
e44d2a67
authored
Jun 24, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// CRM字段更改
parent
2cb0291e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
YHFamilyInitialInfo.swift
...我的信息流程)/FamilyMember(家庭成员信息表)/M/YHFamilyInitialInfo.swift
+5
-8
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/FamilyMember(家庭成员信息表)/M/YHFamilyInitialInfo.swift
View file @
e44d2a67
...
@@ -660,19 +660,16 @@ class YHFamilyMember: SmartCodable, YHFormItemProtocol {
...
@@ -660,19 +660,16 @@ class YHFamilyMember: SmartCodable, YHFormItemProtocol {
}
}
if
follow
!=
1
&&
follow
!=
2
{
// 默认随行
if
follow
!=
1
&&
follow
!=
2
{
// 默认随行
if
self
.
relationType
==
.
father
||
self
.
relationType
==
.
mother
||
self
.
relationType
==
.
brother
{
follow
=
1
follow
=
0
}
}
else
{
// 父母和兄弟姐妹无随行配置
follow
=
1
if
self
.
relationType
==
.
father
||
self
.
relationType
==
.
mother
||
self
.
relationType
==
.
brother
{
}
follow
=
0
}
}
if
isLiveOverseaYear
!=
1
&&
isLiveOverseaYear
!=
2
{
// 默认在海外未居住满一年以上
if
isLiveOverseaYear
!=
1
&&
isLiveOverseaYear
!=
2
{
// 默认在海外未居住满一年以上
isLiveOverseaYear
=
2
isLiveOverseaYear
=
2
}
}
return
self
return
self
}
}
...
...
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