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
234b5eb9
Commit
234b5eb9
authored
Jan 06, 2025
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
11f84bd0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
CarrierModule.cs
Mall.Module.TradePavilion/CarrierModule.cs
+6
-2
TradeController.cs
Mall.WebApi/Controllers/TradePavilion/TradeController.cs
+2
-0
No files found.
Mall.Module.TradePavilion/CarrierModule.cs
View file @
234b5eb9
...
@@ -257,7 +257,9 @@ namespace Mall.Module.TradePavilion
...
@@ -257,7 +257,9 @@ namespace Mall.Module.TradePavilion
{
nameof
(
RB_Carrier_Extend
.
BuiltUpArea
),
model
.
BuiltUpArea
},
{
nameof
(
RB_Carrier_Extend
.
BuiltUpArea
),
model
.
BuiltUpArea
},
{
nameof
(
RB_Carrier_Extend
.
EndBuiltUpArea
),
model
.
EndBuiltUpArea
},
{
nameof
(
RB_Carrier_Extend
.
EndBuiltUpArea
),
model
.
EndBuiltUpArea
},
{
nameof
(
RB_Carrier_Extend
.
FirstShopNum
),
model
.
FirstShopNum
},
{
nameof
(
RB_Carrier_Extend
.
FirstShopNum
),
model
.
FirstShopNum
},
{
nameof
(
RB_Carrier_Extend
.
StartingInfo
),
model
.
StartingInfo
}
{
nameof
(
RB_Carrier_Extend
.
StartingInfo
),
model
.
StartingInfo
},
{
nameof
(
RB_Carrier_Extend
.
ContactPhone
),
model
.
ContactPhone
},
{
nameof
(
RB_Carrier_Extend
.
ContactName
),
model
.
ContactName
}
};
};
flag
=
carrierRepository
.
Update
(
fileds
,
new
WhereHelper
(
nameof
(
RB_Carrier_Extend
.
ID
),
model
.
ID
));
flag
=
carrierRepository
.
Update
(
fileds
,
new
WhereHelper
(
nameof
(
RB_Carrier_Extend
.
ID
),
model
.
ID
));
...
@@ -825,7 +827,9 @@ namespace Mall.Module.TradePavilion
...
@@ -825,7 +827,9 @@ namespace Mall.Module.TradePavilion
{
nameof
(
RB_Brand_Extend
.
PaiYanBZ
),
model
.
PaiYanBZ
},
{
nameof
(
RB_Brand_Extend
.
PaiYanBZ
),
model
.
PaiYanBZ
},
{
nameof
(
RB_Brand_Extend
.
IsShopSize
),
model
.
IsShopSize
},
{
nameof
(
RB_Brand_Extend
.
IsShopSize
),
model
.
IsShopSize
},
{
nameof
(
RB_Brand_Extend
.
OpenShopWish
),
model
.
OpenShopWish
},
{
nameof
(
RB_Brand_Extend
.
OpenShopWish
),
model
.
OpenShopWish
},
{
nameof
(
RB_Brand_Extend
.
IsInChengdu
),
model
.
IsInChengdu
}
{
nameof
(
RB_Brand_Extend
.
IsInChengdu
),
model
.
IsInChengdu
},
{
nameof
(
RB_Brand_Extend
.
ContactName
),
model
.
ContactName
},
{
nameof
(
RB_Brand_Extend
.
ContactPhone
),
model
.
ContactPhone
}
};
};
return
brandRepository
.
Update
(
fileds
,
new
WhereHelper
(
nameof
(
RB_Brand_Extend
.
ID
),
model
.
ID
));
return
brandRepository
.
Update
(
fileds
,
new
WhereHelper
(
nameof
(
RB_Brand_Extend
.
ID
),
model
.
ID
));
}
}
...
...
Mall.WebApi/Controllers/TradePavilion/TradeController.cs
View file @
234b5eb9
...
@@ -1561,6 +1561,8 @@ namespace Mall.WebApi.Controllers.TradePavilion
...
@@ -1561,6 +1561,8 @@ namespace Mall.WebApi.Controllers.TradePavilion
AreaRequirement
=
parms
.
GetDecimal
(
"AreaRequirement"
),
AreaRequirement
=
parms
.
GetDecimal
(
"AreaRequirement"
),
YeJi
=
parms
.
GetDecimal
(
"YeJi"
),
YeJi
=
parms
.
GetDecimal
(
"YeJi"
),
OpeningStatus
=
parms
.
GetInt
(
"OpeningStatus"
),
OpeningStatus
=
parms
.
GetInt
(
"OpeningStatus"
),
ContactName
=
parms
.
GetStringValue
(
"ContactName"
),
ContactPhone
=
parms
.
GetStringValue
(
"ContactPhone"
),
};
};
string
BannerList
=
parms
.
GetStringValue
(
"BannerList"
);
string
BannerList
=
parms
.
GetStringValue
(
"BannerList"
);
if
(!
string
.
IsNullOrEmpty
(
BannerList
))
if
(!
string
.
IsNullOrEmpty
(
BannerList
))
...
...
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