Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Property
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
liudong1993
Property
Commits
9a4fb1de
Commit
9a4fb1de
authored
Apr 21, 2021
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
审批流程调整
parent
a2d751b3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
8 deletions
+14
-8
WorkFlowModule.cs
Property.Modele.FixedAssets/WorkFlowModule.cs
+14
-8
No files found.
Property.Modele.FixedAssets/WorkFlowModule.cs
View file @
9a4fb1de
...
@@ -301,7 +301,10 @@ namespace Property.Module.FixedAssets
...
@@ -301,7 +301,10 @@ namespace Property.Module.FixedAssets
empList
=
audituserList
?.
Select
(
x
=>
x
.
EmployeeId
??
0
).
ToList
();
empList
=
audituserList
?.
Select
(
x
=>
x
.
EmployeeId
??
0
).
ToList
();
if
(
empList
!=
null
&&
empList
.
Count
>
0
)
if
(
empList
!=
null
&&
empList
.
Count
>
0
)
{
{
newList
=
empList
;
#
region
判断下一步是否有转交人
newList
=
new
List
<
int
>();
newList
=
GetNewEmList
(
empList
);
#
endregion
var
emp2List
=
employeeRepository
.
GetEmpInfoByIds
(
string
.
Join
(
","
,
newList
?.
Select
(
x
=>
x
).
ToList
()));
var
emp2List
=
employeeRepository
.
GetEmpInfoByIds
(
string
.
Join
(
","
,
newList
?.
Select
(
x
=>
x
).
ToList
()));
sendAccount
=
emp2List
.
Select
(
t
=>
new
EmAccoutIdModel
()
{
EmAccount
=
t
.
EmLoginMobile
,
EmployeeId
=
t
.
EmployeeId
}).
ToList
();
//推送
sendAccount
=
emp2List
.
Select
(
t
=>
new
EmAccoutIdModel
()
{
EmAccount
=
t
.
EmLoginMobile
,
EmployeeId
=
t
.
EmployeeId
}).
ToList
();
//推送
}
}
...
@@ -1618,13 +1621,16 @@ namespace Property.Module.FixedAssets
...
@@ -1618,13 +1621,16 @@ namespace Property.Module.FixedAssets
{
{
}
}
List
<
WhereHelper
>
pwheres
=
new
List
<
WhereHelper
>()
{
if
(
usemodel
.
Source
!=
PropertySourceEnum
.
Maintain
)
new
WhereHelper
(){
{
FiledName
=
nameof
(
RB_Property_Info
.
Id
),
List
<
WhereHelper
>
pwheres
=
new
List
<
WhereHelper
>()
{
FiledValue
=
item
.
PropertyId
new
WhereHelper
(){
}
FiledName
=
nameof
(
RB_Property_Info
.
Id
),
};
FiledValue
=
item
.
PropertyId
property_InfoRepository
.
Update
(
pflies
,
pwheres
,
trans
);
}
};
property_InfoRepository
.
Update
(
pflies
,
pwheres
,
trans
);
}
//日志
//日志
var
emmodel
=
CacheManager
.
User
.
UserReidsCache
.
GetEmployee
(
usemodel
.
EmployeeId
);
var
emmodel
=
CacheManager
.
User
.
UserReidsCache
.
GetEmployee
(
usemodel
.
EmployeeId
);
string
ContentMsg
=
""
;
string
ContentMsg
=
""
;
...
...
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