Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Education
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
黄奎
Education
Commits
1d1fb8ce
Commit
1d1fb8ce
authored
Dec 14, 2021
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ef477746
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
OrderModule.cs
Edu.Module.Course/OrderModule.cs
+11
-10
No files found.
Edu.Module.Course/OrderModule.cs
View file @
1d1fb8ce
...
@@ -597,8 +597,8 @@ namespace Edu.Module.Course
...
@@ -597,8 +597,8 @@ namespace Edu.Module.Course
});
});
}
}
if
(
demodel
.
NormalCommission
!=
NormalCommission
||
demodel
.
RenewCommission
!=
RenewCommission
)
{
if
(
demodel
.
NormalCommission
!=
NormalCommission
||
demodel
.
RenewCommission
!=
RenewCommission
)
{
message
=
"返佣金额不正确"
;
//
message = "返佣金额不正确";
return
false
;
//
return false;
}
}
}
}
}
}
...
@@ -1125,14 +1125,15 @@ namespace Edu.Module.Course
...
@@ -1125,14 +1125,15 @@ namespace Edu.Module.Course
}
}
#
endregion
#
endregion
}
}
//返佣幸福存折
}
if
(
demodel
.
CustomerId
>
0
&&
BalanceList
.
Any
())
{
//返佣幸福存折
foreach
(
var
item
in
BalanceList
)
if
(
flag
&&
demodel
.
CustomerId
>
0
&&
BalanceList
.
Any
())
{
{
item
.
OrderId
=
OrderId
;
foreach
(
var
item
in
BalanceList
)
item
.
OrderSource
=
(
int
)
demodel
.
OrderSource
;
{
customer_BalanceDetailRepository
.
Insert
(
item
);
item
.
OrderId
=
OrderId
;
}
item
.
OrderSource
=
(
int
)
demodel
.
OrderSource
;
customer_BalanceDetailRepository
.
Insert
(
item
);
}
}
}
}
#
endregion
#
endregion
...
...
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