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
50df1b85
Commit
50df1b85
authored
Aug 18, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
ab4636a1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
GroupBuyActivityModule_Edit.cs
Mall.Module.Product/GroupBuyActivityModule_Edit.cs
+1
-1
RB_GroupBuy_AreaRepository.cs
Mall.Repository/Product/RB_GroupBuy_AreaRepository.cs
+1
-1
TestController.cs
Mall.WebApi/Controllers/CAP/TestController.cs
+1
-2
No files found.
Mall.Module.Product/GroupBuyActivityModule_Edit.cs
View file @
50df1b85
...
...
@@ -57,7 +57,7 @@ namespace Mall.Module.Product
{
nameof
(
RB_Groupbuy_Activity_Extend
.
Pieces
),
extModel
.
Pieces
},
{
nameof
(
RB_Groupbuy_Activity_Extend
.
Forehead
),
extModel
.
Forehead
},
{
nameof
(
RB_Groupbuy_Activity_Extend
.
Is_Area_Limit
),
extModel
.
Is_Area_Limit
},
{
nameof
(
RB_Groupbuy_Activity_Extend
.
Area_limit
),
extModel
.
Area_limit
},
//
{ nameof(RB_Groupbuy_Activity_Extend.Area_limit),extModel.Area_limit},
{
nameof
(
RB_Groupbuy_Activity_Extend
.
Is_quick_shop
),
extModel
.
Is_quick_shop
},
{
nameof
(
RB_Groupbuy_Activity_Extend
.
Give_integral
),
extModel
.
Give_integral
},
{
nameof
(
RB_Groupbuy_Activity_Extend
.
Give_integral_type
),
extModel
.
Give_integral_type
},
...
...
Mall.Repository/Product/RB_GroupBuy_AreaRepository.cs
View file @
50df1b85
...
...
@@ -22,7 +22,7 @@ namespace Mall.Repository.Product
StringBuilder
builder
=
new
StringBuilder
();
builder
.
AppendFormat
(
@"
SELECT ga.*,d.Name as AreaName
FROM
RB_Goods_A
rea ga INNER JOIN rb_destination d ON ga.AreaId=d.ID
FROM
rb_groupbuy_a
rea ga INNER JOIN rb_destination d ON ga.AreaId=d.ID
WHERE 1=1
"
);
builder
.
Append
(
$" and ga.
{
nameof
(
RB_GroupBuy_Area_Extend
.
Status
)}
=0 "
);
...
...
Mall.WebApi/Controllers/CAP/TestController.cs
View file @
50df1b85
...
...
@@ -45,8 +45,7 @@ namespace Mall.WebApi.Controllers.CAP
[
DotNetCore
.
CAP
.
CapSubscribe
(
"show.time"
)]
public
void
CheckReceiveMessage
(
string
result
)
{
string
str
=
""
;
//string str = "";
Console
.
WriteLine
(
result
);
}
}
...
...
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