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
4ff0a867
Commit
4ff0a867
authored
Dec 06, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e4cdcfd4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
RB_Brand_EnterpriseRepository.cs
...Repository/TradePavilion/RB_Brand_EnterpriseRepository.cs
+1
-3
TimersHelper.cs
Mall.WindowsService/Helper/TimersHelper.cs
+1
-1
WindowsService.cs
Mall.WindowsService/WindowsService.cs
+1
-1
No files found.
Mall.Repository/TradePavilion/RB_Brand_EnterpriseRepository.cs
View file @
4ff0a867
...
...
@@ -27,9 +27,7 @@ namespace Mall.Repository.TradePavilion
StringBuilder
builder
=
new
StringBuilder
();
builder
.
AppendFormat
(
@"
SELECT A.*,IFNULL(B.ClassName,'') AS CategoryName
FROM rb_brand_Enterprise AS A LEFT JOIN rb_brandclass AS B ON A.CategoryId=B.ID
WHERE 1=1
"
);
FROM rb_brand_Enterprise AS A LEFT JOIN rb_brandclass AS B ON A.CategoryId=B.ID WHERE 1=1 "
);
if
(
query
!=
null
)
{
...
...
Mall.WindowsService/Helper/TimersHelper.cs
View file @
4ff0a867
...
...
@@ -81,7 +81,7 @@ namespace Mall.WindowsService.Helper
public
void
AddWechatStatistics
(
object
sender
,
System
.
Timers
.
ElapsedEventArgs
e
)
{
DateTime
now
=
DateTime
.
Now
;
if
(
now
.
Hour
==
1
)
if
(
now
.
Hour
<=
4
&&
now
>
Convert
.
ToDateTime
(
"2024-12-06 00:00:00"
)
)
{
Thread
.
Sleep
(
1000
*
60
);
LogHelper
.
Write
(
"AddWechatStatistics=====Start"
);
...
...
Mall.WindowsService/WindowsService.cs
View file @
4ff0a867
...
...
@@ -123,7 +123,7 @@ namespace Mall.WindowsService
#
endregion
#
region
订单取消定时器
#
region
商载通统计数据同步
timer11
=
new
System
.
Timers
.
Timer
{
...
...
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