Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
huatu_API
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
huatu_API
Commits
b8655c7d
Commit
b8655c7d
authored
Aug 20, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
48d6c633
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
EmployeeModule.cs
REBORN.Module.UserModule/EmployeeModule.cs
+6
-1
No files found.
REBORN.Module.UserModule/EmployeeModule.cs
View file @
b8655c7d
...
@@ -1116,10 +1116,15 @@ namespace REBORN.Module.UserModule
...
@@ -1116,10 +1116,15 @@ namespace REBORN.Module.UserModule
return
false
;
return
false
;
}
}
string
LogMsg
=
$"只修改账户类型及类型对象:由【
{
model
.
Type
}
】【
{
model
.
ObjID
}
】修改为【
{
dmodel
.
Type
}
】【
{
dmodel
.
ObjID
}
】"
;
string
LogMsg
=
$"只修改账户类型及类型对象:由【
{
model
.
Type
}
】【
{
model
.
ObjID
}
】修改为【
{
dmodel
.
Type
}
】【
{
dmodel
.
ObjID
}
】"
;
if
(
model
.
AccountAlias
!=
dmodel
.
AccountAlias
)
{
LogMsg
+=
$",修改账户别名,由【
{
model
.
AccountAlias
}
】修改为【
{
dmodel
.
AccountAlias
}
】"
;
model
.
AccountAlias
=
dmodel
.
AccountAlias
;
}
model
.
Type
=
dmodel
.
Type
;
model
.
Type
=
dmodel
.
Type
;
model
.
ObjID
=
dmodel
.
ObjID
;
model
.
ObjID
=
dmodel
.
ObjID
;
clientBankAccountRepository
.
Update
(
model
);
clientBankAccountRepository
.
Update
(
model
);
msg
=
"此帐号已关联"
+
list
.
Count
()
+
"张有效单据,
成功修改账户类型以及账户对象
"
;
msg
=
"此帐号已关联"
+
list
.
Count
()
+
"张有效单据,
无法修改基本信息,成功修改账户别名及客户类型
"
;
#
region
记录日志
#
region
记录日志
finance_InfoChange_LogRepository
.
Insert
(
new
Model
.
Entity
.
Log
.
RB_Finance_Infochange_Log
()
finance_InfoChange_LogRepository
.
Insert
(
new
Model
.
Entity
.
Log
.
RB_Finance_Infochange_Log
()
...
...
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