Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
SH_API
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
GoMaxNew
SH_API
Commits
499ca4aa
Commit
499ca4aa
authored
Dec 16, 2019
by
肖小磊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Music pc,Mcc pc
parent
f64fb369
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
FTM.Repository/ClientRepository.cs
+2
-2
FTM.Service/ClientProcessor.cs
+12
-0
No files found.
FTM.Repository/ClientRepository.cs
View file @
499ca4aa
...
...
@@ -31,9 +31,9 @@ namespace FTM.Repository
dbo.FTM_Task_Pos task_pos WITH(NOLOCK) INNER JOIN dbo.FTM_Pos pos WITH(NOLOCK)
ON task_pos.PosID = pos.PosID
AND task_pos.StoreID = pos.StoreID
INNER JOIN dbo.FTM_Task_Schedule [schedule]
INNER JOIN dbo.FTM_Task_Schedule [schedule]
WITH(NOLOCK)
ON schedule.TaskID = task_pos.TaskID
INNER JOIN dbo.FTM_Task task
INNER JOIN dbo.FTM_Task task
WITH(NOLOCK)
ON task.TaskID = task_pos.TaskID
WHERE
task_pos.StoreID = @StoreID
...
...
FTM.Service/ClientProcessor.cs
View file @
499ca4aa
...
...
@@ -760,6 +760,18 @@ namespace FTM.Service
request
.
pos_id
=
"DMB3"
;
request
.
pos_type
=
"DMB"
;
}
else
if
(
EndIP
==
"238"
)
{
//Logger.Write(Logger.LoggerLevel.Info, "SetSpecialRequest_客户端IP:" + IP + "找到对应的门店编码:" + StoreID + ",终端编码:MDS");
request
.
pos_id
=
"Music pc"
;
request
.
pos_type
=
"Music pc"
;
}
else
if
(
EndIP
==
"253"
)
{
//Logger.Write(Logger.LoggerLevel.Info, "SetSpecialRequest_客户端IP:" + IP + "找到对应的门店编码:" + StoreID + ",终端编码:MDS");
request
.
pos_id
=
"Mcc pc"
;
request
.
pos_type
=
"Mcc pc"
;
}
else
{
//Logger.Write(Logger.LoggerLevel.Info, "SetSpecialRequest_客户端IP:" + IP + "找到对应的门店编码:" + StoreID + "但没有匹配到终端编码");
...
...
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