Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
API-SH
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GoMax
API-SH
Commits
637c996e
Commit
637c996e
authored
Dec 25, 2018
by
肖小磊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
4385fe94
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
FTM.Repository/ClientRepository.cs
+2
-2
FTM.Service/ClientProcessor.cs
+1
-1
No files found.
FTM.Repository/ClientRepository.cs
View file @
637c996e
...
@@ -552,7 +552,7 @@ namespace FTM.Repository
...
@@ -552,7 +552,7 @@ namespace FTM.Repository
SELECT
SELECT
COUNT(*)
COUNT(*)
FROM
FROM
FTM_Task_Pos
INNER JOIN FTM_Task_Download
FTM_Task_Pos
with(nolock) INNER JOIN FTM_Task_Download with(nolock)
on FTM_Task_Pos.TaskID = FTM_Task_Download.TaskID
on FTM_Task_Pos.TaskID = FTM_Task_Download.TaskID
WHERE
WHERE
FTM_Task_Pos.Status = 1
FTM_Task_Pos.Status = 1
...
@@ -564,7 +564,7 @@ namespace FTM.Repository
...
@@ -564,7 +564,7 @@ namespace FTM.Repository
SELECT
SELECT
COUNT(*)
COUNT(*)
FROM
FROM
FTM_Task_Pos
INNER JOIN FTM_Task_Download
FTM_Task_Pos
with(nolock) INNER JOIN FTM_Task_Download with(nolock)
on FTM_Task_Pos.TaskID = FTM_Task_Download.TaskID
on FTM_Task_Pos.TaskID = FTM_Task_Download.TaskID
WHERE
WHERE
FTM_Task_Pos.Status = 1
FTM_Task_Pos.Status = 1
...
...
FTM.Service/ClientProcessor.cs
View file @
637c996e
...
@@ -440,7 +440,7 @@ namespace FTM.Service
...
@@ -440,7 +440,7 @@ namespace FTM.Service
{
{
RTMForPos_PREFIX
=
"CN"
;
RTMForPos_PREFIX
=
"CN"
;
}
}
string
store_file_name
=
string
.
Format
(
"{0}_{1}"
,
RTMForPos_PREFIX
,
StoreID
);
string
store_file_name
=
string
.
Format
(
"{0}_{1}"
,
RTMForPos_PREFIX
,
StoreID
)
.
ToLower
()
;
LogHelper
.
WriteLog
(
string
.
Format
(
"任务ID:{0},任务名称:{1},门店ID:{2},POSID:{3}==filepath:{4},dir:{5},store_file_name:{6}"
LogHelper
.
WriteLog
(
string
.
Format
(
"任务ID:{0},任务名称:{1},门店ID:{2},POSID:{3}==filepath:{4},dir:{5},store_file_name:{6}"
,
task
.
TaskID
,
task
.
TaskID
,
task
.
DownLoadTask
.
TaskName
,
task
.
DownLoadTask
.
TaskName
...
...
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