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
8cf6d0b2
Commit
8cf6d0b2
authored
Aug 07, 2020
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9a8a9ef6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
OrderModule.cs
Mall.Module.Product/OrderModule.cs
+1
-1
UserModule.cs
Mall.Module.User/UserModule.cs
+1
-1
No files found.
Mall.Module.Product/OrderModule.cs
View file @
8cf6d0b2
...
...
@@ -2070,7 +2070,6 @@ namespace Mall.Module.Product
pinkageList
=
PinkageList
,
express_price
=
TotalExpress
,
remark
=
""
,
promptNoSuperiorFY
=
PromptNoSuperiorFY
,
//order_form_data= [],
total_goods_price
=
TotalGoodsSellMoney
,
total_goods_original_price
=
TotalGoodsOriginalMoney
,
...
...
@@ -2115,6 +2114,7 @@ namespace Mall.Module.Product
var
Robj
=
new
{
mch_list
,
promptNoSuperiorFY
=
PromptNoSuperiorFY
,
total_price
=
TotalGoodsMoney
,
price_enable
=
true
,
address
=
new
...
...
Mall.Module.User/UserModule.cs
View file @
8cf6d0b2
...
...
@@ -2806,7 +2806,7 @@ namespace Mall.Module.User
if
(
addmodel
.
IsDefault
!=
1
)
{
var
defmodel
=
member_ShippingAddressRepository
.
GetList
(
new
RB_Member_ShippingAddress_Extend
()
{
UserId
=
userId
,
IsDefault
=
1
}).
FirstOrDefault
();
oldId
=
defmodel
.
Id
;
oldId
=
defmodel
?.
Id
??
0
;
}
Dictionary
<
string
,
object
>
keyValues
=
new
Dictionary
<
string
,
object
>()
{
{
nameof
(
RB_Member_ShippingAddress
.
IsDefault
),
addmodel
.
IsDefault
==
1
?
2
:
1
},
...
...
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