Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mall.oytour.com
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
黄奎
mall.oytour.com
Commits
b97fcc46
Commit
b97fcc46
authored
Sep 18, 2021
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交代码
parent
2118726d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
CarrierModule.cs
Mall.Module.TradePavilion/CarrierModule.cs
+5
-2
CompanyModule.cs
Mall.Module.TradePavilion/CompanyModule.cs
+5
-1
No files found.
Mall.Module.TradePavilion/CarrierModule.cs
View file @
b97fcc46
...
...
@@ -434,7 +434,7 @@ namespace Mall.Module.TradePavilion
#
region
修改载体
int
FirstStoreTest
=
0
;
if
(!
string
.
IsNullOrWhiteSpace
(
CarrierModel
.
StartingInfo
)
&&
!
string
.
IsNullOrWhiteSpace
(
CarrierModel
.
Discount
)
)
if
(!
string
.
IsNullOrWhiteSpace
(
CarrierModel
.
StartingInfo
))
{
FirstStoreTest
=
1
;
}
...
...
@@ -509,7 +509,10 @@ namespace Mall.Module.TradePavilion
inserCModel
.
OpeningStatus
=
1
;
}
}
if
(!
string
.
IsNullOrWhiteSpace
(
CarrierModel
.
StartingInfo
))
{
inserCModel
.
FirstStoreTest
=
1
;
}
int
Id
=
carrierRepository
.
Insert
(
inserCModel
);
if
(
Id
>
0
)
{
...
...
Mall.Module.TradePavilion/CompanyModule.cs
View file @
b97fcc46
...
...
@@ -638,7 +638,7 @@ namespace Mall.Module.TradePavilion
#
endregion
#
region
修改载体
int
FirstStoreTest
=
0
;
if
(!
string
.
IsNullOrWhiteSpace
(
CarrierModel
.
StartingInfo
)
&&
!
string
.
IsNullOrWhiteSpace
(
CarrierModel
.
Discount
)
)
if
(!
string
.
IsNullOrWhiteSpace
(
CarrierModel
.
StartingInfo
)
)
{
FirstStoreTest
=
1
;
}
...
...
@@ -719,6 +719,10 @@ namespace Mall.Module.TradePavilion
inserCModel
.
OpeningStatus
=
1
;
}
}
if
(!
string
.
IsNullOrWhiteSpace
(
CarrierModel
.
StartingInfo
))
{
inserCModel
.
FirstStoreTest
=
1
;
}
int
Id
=
carrierRepository
.
Insert
(
inserCModel
,
trans
);
if
(
Id
>
0
)
{
...
...
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