Commit f3f027e6 authored by health's avatar health

tg 查询写错了

parent f3034ea9
......@@ -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 },
......
......@@ -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
}
}
}
......@@ -5,7 +5,7 @@
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{933D19C1-8C4E-4326-B8A3-C385DCA34DC4}</ProjectGuid>
<OutputType>WinExe</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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment