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
d851a7fc
Commit
d851a7fc
authored
Dec 16, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
13e3661f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
2 deletions
+17
-2
BuildingCarrierModule_V2.cs
Mall.Module.TradePavilion/BuildingCarrierModule_V2.cs
+17
-2
No files found.
Mall.Module.TradePavilion/BuildingCarrierModule_V2.cs
View file @
d851a7fc
...
...
@@ -819,7 +819,14 @@ namespace Mall.Module.TradePavilion
}
if
(!
string
.
IsNullOrWhiteSpace
(
model
.
BrandModel
.
PropertyDemand
))
{
model
.
BrandModel
.
PropertyDemandList
=
Common
.
ConvertHelper
.
ConvertToListString
(
model
.
BrandModel
.
PropertyDemand
);
try
{
model
.
BrandModel
.
PropertyDemandList
=
Common
.
ConvertHelper
.
ConvertToListString
(
model
.
BrandModel
.
PropertyDemand
);
}
catch
(
Exception
ex
)
{
Common
.
Plugin
.
LogHelper
.
Write
(
ex
,
"GetCompanyByUserIdModule_Brand_PropertyDemandList"
);
}
//Common.ConvertHelper.ConvertToListString(model.BrandModel.PropertyDemand);
}
else
...
...
@@ -943,7 +950,15 @@ namespace Mall.Module.TradePavilion
}
if
(!
string
.
IsNullOrWhiteSpace
(
model
.
BrandModel
.
PropertyDemand
))
{
model
.
BrandModel
.
PropertyDemandList
=
JsonConvert
.
DeserializeObject
<
List
<
string
>>(
model
.
BrandModel
.
PropertyDemand
);
//model.BrandModel.PropertyDemandList = JsonConvert.DeserializeObject<List<string>>(model.BrandModel.PropertyDemand);
try
{
model
.
BrandModel
.
PropertyDemandList
=
Common
.
ConvertHelper
.
ConvertToListString
(
model
.
BrandModel
.
PropertyDemand
);
}
catch
(
Exception
ex
)
{
Common
.
Plugin
.
LogHelper
.
Write
(
ex
,
"GetCompanyByUserIdModule_Brand_PropertyDemandList1"
);
}
}
else
{
...
...
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