Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
W
weishida_DBbrower
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘栩锋
weishida_DBbrower
Commits
f3f027e6
Commit
f3f027e6
authored
Jul 27, 2020
by
health
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tg 查询写错了
parent
f3034ea9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
DBHelper.cs
WSDDBBrower/WSDDBBrower/Core/DBHelper.cs
+1
-1
PgSelect.xaml.cs
WSDDBBrower/WSDDBBrower/PgSelect.xaml.cs
+3
-0
WSDDBBrowser.csproj
WSDDBBrower/WSDDBBrower/WSDDBBrowser.csproj
+4
-1
No files found.
WSDDBBrower/WSDDBBrower/Core/DBHelper.cs
View file @
f3f027e6
...
...
@@ -173,7 +173,7 @@ namespace WSDDBBrowser.Core
" AND (((tBeginTime > @starttime) AND (tBeginTime < @endtime))"
+
" OR ((tEndTime > @starttime) AND (tEndTime < @endtime)))"
+
" AND cOrderNo LIKE '%'+@orderNo+'%'"
+
" AND bIsUpFin =
true
"
,
" AND bIsUpFin =
1
"
,
new
SqlParameter
()
{
ParameterName
=
"nJb"
,
Value
=
stepNo
},
new
SqlParameter
()
{
ParameterName
=
"nJt"
,
Value
=
machineNo
},
new
SqlParameter
()
{
ParameterName
=
"starttime"
,
Value
=
starttime
},
...
...
WSDDBBrower/WSDDBBrower/PgSelect.xaml.cs
View file @
f3f027e6
...
...
@@ -5,6 +5,7 @@ using System;
using
System.Collections.Generic
;
using
System.Collections.ObjectModel
;
using
System.ComponentModel
;
using
System.Globalization
;
using
System.Linq
;
using
System.Text
;
using
System.Threading.Tasks
;
...
...
@@ -291,4 +292,6 @@ namespace WSDDBBrowser
}
}
}
WSDDBBrower/WSDDBBrower/WSDDBBrowser.csproj
View file @
f3f027e6
...
...
@@ -5,7 +5,7 @@
<Configuration
Condition=
" '$(Configuration)' == '' "
>
Debug
</Configuration>
<Platform
Condition=
" '$(Platform)' == '' "
>
AnyCPU
</Platform>
<ProjectGuid>
{933D19C1-8C4E-4326-B8A3-C385DCA34DC4}
</ProjectGuid>
<OutputType>
Win
Exe
</OutputType>
<OutputType>
Exe
</OutputType>
<RootNamespace>
WSDDBBrowser
</RootNamespace>
<AssemblyName>
WSDDBBrowser
</AssemblyName>
<TargetFrameworkVersion>
v4.5
</TargetFrameworkVersion>
...
...
@@ -40,6 +40,9 @@
<PropertyGroup>
<ApplicationIcon>
clipboard.ico
</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<StartupObject
/>
</PropertyGroup>
<ItemGroup>
<Reference
Include=
"LiveCharts"
>
<HintPath>
..\dll\LiveCharts.dll
</HintPath>
...
...
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