2021-08-13门禁对接接口 字段是否启用取值修改
This commit is contained in:
parent
d8dff88c39
commit
bb5cd0ef3f
|
@ -79,7 +79,7 @@
|
||||||
<Reference Include="System.Data" />
|
<Reference Include="System.Data" />
|
||||||
<Reference Include="System.Xml" />
|
<Reference Include="System.Xml" />
|
||||||
<Reference Include="ThoughtWorks.QRCode">
|
<Reference Include="ThoughtWorks.QRCode">
|
||||||
<HintPath>..\..\..\SGGL\SGGL\FineUIPro.Web\bin\ThoughtWorks.QRCode.dll</HintPath>
|
<HintPath>..\FineUIPro\Reference BLL\ThoughtWorks.QRCode.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 2.8 MiB |
Binary file not shown.
After Width: | Height: | Size: 2.8 MiB |
|
@ -70,7 +70,7 @@
|
||||||
<HintPath>..\..\..\CQMS_New\CQMS\FineUIPro.Web\bin\Aspose.Words.dll</HintPath>
|
<HintPath>..\..\..\CQMS_New\CQMS\FineUIPro.Web\bin\Aspose.Words.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="AxInterop.SYNCARDOCXLib">
|
<Reference Include="AxInterop.SYNCARDOCXLib">
|
||||||
<HintPath>..\..\..\SGGL\SGGL\FineUIPro.Web\bin\AxInterop.SYNCARDOCXLib.dll</HintPath>
|
<HintPath>..\FineUIPro\Reference BLL\AxInterop.SYNCARDOCXLib.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="FineUIPro, Version=6.3.0.0, Culture=neutral, PublicKeyToken=9cbe753c029f291a, processorArchitecture=MSIL">
|
<Reference Include="FineUIPro, Version=6.3.0.0, Culture=neutral, PublicKeyToken=9cbe753c029f291a, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
|
@ -79,7 +79,7 @@
|
||||||
<Reference Include="Interop.WIA, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="Interop.WIA, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<EmbedInteropTypes>False</EmbedInteropTypes>
|
<EmbedInteropTypes>False</EmbedInteropTypes>
|
||||||
<HintPath>..\..\..\SGGL\SGGL\FineUIPro.Web\bin\Interop.WIA.dll</HintPath>
|
<HintPath>..\FineUIPro\Reference BLL\Interop.WIA.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="Microsoft.CSharp" />
|
||||||
<Reference Include="Microsoft.Office.Interop.Excel, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
|
<Reference Include="Microsoft.Office.Interop.Excel, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
|
||||||
|
@ -117,7 +117,7 @@
|
||||||
<Reference Include="System.Xml.Linq" />
|
<Reference Include="System.Xml.Linq" />
|
||||||
<Reference Include="ThoughtWorks.QRCode, Version=1.0.2774.19990, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="ThoughtWorks.QRCode, Version=1.0.2774.19990, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\..\..\SGGL\SGGL\FineUIPro.Web\bin\ThoughtWorks.QRCode.dll</HintPath>
|
<HintPath>..\FineUIPro\Reference BLL\ThoughtWorks.QRCode.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="ThoughtWorks.QRCode.Fakes">
|
<Reference Include="ThoughtWorks.QRCode.Fakes">
|
||||||
<HintPath>FakesAssemblies\ThoughtWorks.QRCode.Fakes.dll</HintPath>
|
<HintPath>FakesAssemblies\ThoughtWorks.QRCode.Fakes.dll</HintPath>
|
||||||
|
|
|
@ -171,7 +171,7 @@ namespace WebAPI.Controllers
|
||||||
OutResult = person.OutResult,
|
OutResult = person.OutResult,
|
||||||
Birthday = person.Birthday,
|
Birthday = person.Birthday,
|
||||||
Telephone = person.Telephone,
|
Telephone = person.Telephone,
|
||||||
IsUsed = person.IsUsed,
|
IsUsed = person.IsUsed == false ? false : true,
|
||||||
InTime = Funs.GetNewDateTimeOrNow(person.InTime),
|
InTime = Funs.GetNewDateTimeOrNow(person.InTime),
|
||||||
Password = BLL.PersonService.GetPersonPassWord(person.IdentityCard),
|
Password = BLL.PersonService.GetPersonPassWord(person.IdentityCard),
|
||||||
Isprint = "0",
|
Isprint = "0",
|
||||||
|
|
Loading…
Reference in New Issue