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
2686ee7a
Commit
2686ee7a
authored
Dec 11, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e00e687f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
94 additions
and
66 deletions
+94
-66
RB_BrandEnterpriseApplyFor.cs
....Model/Entity/TradePavilion/RB_BrandEnterpriseApplyFor.cs
+9
-1
RB_CarrierEnterpriseApplyFor.cs
...odel/Entity/TradePavilion/RB_CarrierEnterpriseApplyFor.cs
+9
-1
BuildingCarrierModule.cs
Mall.Module.TradePavilion/BuildingCarrierModule.cs
+4
-0
BuildingCarrierModule_V2.cs
Mall.Module.TradePavilion/BuildingCarrierModule_V2.cs
+69
-61
AppletTradeController.cs
...WebApi/Controllers/TradePavilion/AppletTradeController.cs
+3
-3
No files found.
Mall.Model/Entity/TradePavilion/RB_BrandEnterpriseApplyFor.cs
View file @
2686ee7a
...
...
@@ -260,6 +260,14 @@ namespace Mall.Model.Entity.TradePavilion
/// </summary>
public
string
Complementary
{
get
;
set
;
}
/// <summary>
/// 联系人
/// </summary>
public
string
ContactName
{
get
;
set
;
}
/// <summary>
/// 联系电话
/// </summary>
public
string
ContactPhone
{
get
;
set
;
}
}
}
Mall.Model/Entity/TradePavilion/RB_CarrierEnterpriseApplyFor.cs
View file @
2686ee7a
...
...
@@ -268,7 +268,15 @@ namespace Mall.Model.Entity.TradePavilion
public
int
CategoryId
{
get
;
set
;
}
/// <summary>
/// 联系人
/// </summary>
public
string
ContactName
{
get
;
set
;
}
/// <summary>
/// 联系电话
/// </summary>
public
string
ContactPhone
{
get
;
set
;
}
}
...
...
Mall.Module.TradePavilion/BuildingCarrierModule.cs
View file @
2686ee7a
...
...
@@ -233,6 +233,10 @@ namespace Mall.Module.TradePavilion
public
RB_Building_Carrier_Extend
GetBuildingCarrierModule
(
int
ID
,
bool
isVisit
=
false
)
{
var
extModel
=
building_CarrierRepository
.
GetEntity
<
RB_Building_Carrier_Extend
>(
ID
);
if
(
extModel
!=
null
&&
extModel
.
CategoryId
>
0
)
{
extModel
.
CategoryName
=
brandClassRepository
.
GetEntity
(
extModel
.
CategoryId
)?.
ClassName
??
""
;
}
if
(
extModel
!=
null
&&
extModel
.
ID
>
0
)
{
var
bcMetroList
=
building_CarriermetroRepository
.
GetBuildingCarrierMetroListRepository
(
new
RB_Building_Carriermetro_Extend
()
{
CarrierId
=
extModel
.
ID
});
...
...
Mall.Module.TradePavilion/BuildingCarrierModule_V2.cs
View file @
2686ee7a
This diff is collapsed.
Click to expand it.
Mall.WebApi/Controllers/TradePavilion/AppletTradeController.cs
View file @
2686ee7a
...
...
@@ -2931,8 +2931,8 @@ namespace Mall.WebApi.Controllers.TradePavilion
extModel
.
Address
,
extModel
.
LatAndLon
,
extModel
.
Developers
,
extModel
.
ProjectType
,
ProjectTypeName
=
extModel
.
ProjectType
.
GetEnumName
()
,
extModel
.
CategoryId
,
extModel
.
CategoryName
,
extModel
.
CarrierSize
,
extModel
.
LayersNum
,
extModel
.
CarNum
,
...
...
@@ -3225,7 +3225,7 @@ namespace Mall.WebApi.Controllers.TradePavilion
}
var
result
=
new
{
CollectId
,
CollectId
,
ServiceId
=
extModel
?.
ServiceId
??
0
,
Name
=
extModel
?.
Name
??
""
,
Introduction
=
extModel
?.
Introduction
??
""
,
...
...
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