Commit d37f9288 by 李定达

1.增加300-400类型冲正

parent c707e74c
...@@ -43,8 +43,8 @@ ...@@ -43,8 +43,8 @@
<PropertyGroup Label="UserMacros" /> <PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental> <LinkIncremental>true</LinkIncremental>
<IncludePath>D:\FM\sbkClient\ZH_Client\include;C:\openssl\openssl-1.0.1s\inc32;$(IncludePath)</IncludePath> <IncludePath>D:\gitcode\sbkclient\ZH_Client\include;D:\FM\sbkClient\ZH_Client\include;C:\openssl\openssl-1.0.1s\inc32;$(IncludePath)</IncludePath>
<LibraryPath>C:\openssl\openssl-1.0.1s\out32dll;D:\FM\sbkClient\ZH_Client\lib;$(LibraryPath)</LibraryPath> <LibraryPath>D:\gitcode\sbkclient\ZH_Client\lib;C:\openssl\openssl-1.0.1s\out32dll;D:\FM\sbkClient\ZH_Client\lib;$(LibraryPath)</LibraryPath>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental> <LinkIncremental>false</LinkIncremental>
......
No preview for this file type
No preview for this file type
...@@ -427,7 +427,7 @@ int ProcessPosReqData(const char *indata, int /**needrbk*/*needcheck, int *reqTy ...@@ -427,7 +427,7 @@ int ProcessPosReqData(const char *indata, int /**needrbk*/*needcheck, int *reqTy
} }
type = (int)reqtype.GetInt(); type = (int)reqtype.GetInt();
*reqType_i = type; *reqType_i = type;
if(type == 72 || type == 62 || type == 71 || type == 90 || type == 92 || type == 95 || type == 97 || type == 100 || type == 102) if(type == 72 || type == 62 || type == 71 || type == 90 || type == 92 || type == 95 || type == 97 || type == 100 || type == 102 || (type >= 300 && type <= 400))
//*needrbk = 1; //*needrbk = 1;
*needcheck = 1; *needcheck = 1;
......
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