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
08163c0a
Commit
08163c0a
authored
May 13, 2026
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
c4743175
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
CarrierModule.cs
Mall.Module.TradePavilion/CarrierModule.cs
+7
-7
No files found.
Mall.Module.TradePavilion/CarrierModule.cs
View file @
08163c0a
...
@@ -1605,20 +1605,20 @@ namespace Mall.Module.TradePavilion
...
@@ -1605,20 +1605,20 @@ namespace Mall.Module.TradePavilion
}
}
}
}
//载体
//载体
else
if
(
categoryEnum
==
BrandCategoryEnum
.
ZaiTi
)
else
if
(
categoryEnum
==
BrandCategoryEnum
.
ZaiTi
)
{
{
var
carrierList
=
GetCarrierPageList
(
pageIndex
,
pageSize
,
out
rowsCount
,
new
RB_Carrier_Extend
()
{
MallBaseId
=
query
.
MallBaseId
});
var
carrierList
=
GetCarrierPageList
(
pageIndex
,
pageSize
,
out
rowsCount
,
new
RB_Carrier_Extend
()
{
MallBaseId
=
query
.
MallBaseId
,
OpeningStatus
=
-
1
,
FirstStoreTest
=
-
1
});
if
(
carrierList
!=
null
&&
carrierList
.
Count
>
0
)
if
(
carrierList
!=
null
&&
carrierList
.
Count
>
0
)
{
{
foreach
(
var
cItem
in
carrierList
)
foreach
(
var
cItem
in
carrierList
)
{
{
var
ctirModel
=
new
TradeIndexResult
()
var
ctirModel
=
new
TradeIndexResult
()
{
{
DataId
=
cItem
.
ID
,
DataId
=
cItem
.
ID
,
DataName
=
cItem
.
CarrierName
,
DataName
=
cItem
.
CarrierName
,
DataType
=
BrandCategoryEnum
.
ZaiTi
,
DataType
=
BrandCategoryEnum
.
ZaiTi
,
CoverImg
=
cItem
.
Logo
,
CoverImg
=
cItem
.
Logo
,
Address
=
cItem
.
Address
,
Address
=
cItem
.
Address
,
FullBrandName
=
""
,
FullBrandName
=
""
,
ProjectType
=
cItem
.
ProjectType
,
ProjectType
=
cItem
.
ProjectType
,
ProjectTypeName
=
cItem
.
ProjectType
.
GetEnumName
(),
ProjectTypeName
=
cItem
.
ProjectType
.
GetEnumName
(),
...
...
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