duhongyu %!s(int64=4) %!d(string=hace) años
padre
commit
e81d1fa928

+ 2 - 0
CallCenterApi/CallCenterApi.BLL/CallCenterApi.BLL.csproj

@@ -60,6 +60,7 @@
60 60
     <Compile Include="T_Bus_VisitResultRecords.cs" />
61 61
     <Compile Include="T_Bus_WorkOrder.cs" />
62 62
     <Compile Include="T_Bus_WorkOrderReport.cs" />
63
+    <Compile Include="T_Bus_WorkOrder_GovernmentServiceWO_Map.cs" />
63 64
     <Compile Include="T_Call_Blacklist.cs" />
64 65
     <Compile Include="T_Call_CallRecords.cs" />
65 66
     <Compile Include="T_Call_CallRecordsLD.cs" />
@@ -122,6 +123,7 @@
122 123
     <Compile Include="T_Sys_MobileData.cs" />
123 124
     <Compile Include="T_Sys_RoleFunction.cs" />
124 125
     <Compile Include="T_Sys_RoleInfo.cs" />
126
+    <Compile Include="T_Sys_RoleUrl.cs" />
125 127
     <Compile Include="T_Sys_SeatGroup.cs" />
126 128
     <Compile Include="T_Sys_SeatPermissionConfig.cs" />
127 129
     <Compile Include="T_Sys_SystemConfig.cs" />

+ 2 - 0
CallCenterApi/CallCenterApi.DAL/CallCenterApi.DAL.csproj

@@ -60,6 +60,7 @@
60 60
     <Compile Include="T_Bus_VisitResult.cs" />
61 61
     <Compile Include="T_Bus_VisitResultRecords.cs" />
62 62
     <Compile Include="T_Bus_WorkOrder.cs" />
63
+    <Compile Include="T_Bus_WorkOrder_GovernmentServiceWO_Map.cs" />
63 64
     <Compile Include="T_Call_Blacklist.cs" />
64 65
     <Compile Include="T_Call_CallRecords.cs" />
65 66
     <Compile Include="T_Call_CallRecordsLD.cs" />
@@ -122,6 +123,7 @@
122 123
     <Compile Include="T_Sys_MobileData.cs" />
123 124
     <Compile Include="T_Sys_RoleFunction.cs" />
124 125
     <Compile Include="T_Sys_RoleInfo.cs" />
126
+    <Compile Include="T_Sys_RoleUrl.cs" />
125 127
     <Compile Include="T_Sys_SeatGroup.cs" />
126 128
     <Compile Include="T_Sys_SeatPermissionConfig.cs" />
127 129
     <Compile Include="T_Sys_SystemConfig.cs" />

+ 10 - 1
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/CallCenterApi.Interface.csproj

@@ -162,6 +162,7 @@
162 162
     <Compile Include="App_Start\FilterConfig.cs" />
163 163
     <Compile Include="App_Start\ErrorAttribute.cs" />
164 164
     <Compile Include="App_Start\RouteConfig.cs" />
165
+    <Compile Include="App_Start\SqlErrorAttribute.cs" />
165 166
     <Compile Include="App_Start\WechatActionFilter.cs" />
166 167
     <Compile Include="Controllers\APPController.cs" />
167 168
     <Compile Include="Controllers\AreaController.cs" />
@@ -195,6 +196,7 @@
195 196
     <Compile Include="Controllers\knowledge\KnowledgeController.cs" />
196 197
     <Compile Include="Controllers\knowledge\RepositoryController.cs" />
197 198
     <Compile Include="Controllers\LogController.cs" />
199
+    <Compile Include="Controllers\Login\AES256Controller.cs" />
198 200
     <Compile Include="Controllers\Login\LoginController.cs" />
199 201
     <Compile Include="Controllers\FunctionController.cs" />
200 202
     <Compile Include="Controllers\MaterialController.cs" />
@@ -237,6 +239,8 @@
237 239
     <Compile Include="Controllers\weixin\WxCustomController.cs" />
238 240
     <Compile Include="Controllers\weixin\WxLoginController.cs" />
239 241
     <Compile Include="Controllers\weixin\WxReceiveController.cs" />
242
+    <Compile Include="Controllers\workorder\AYWorkOrderController.cs" />
243
+    <Compile Include="Controllers\workorder\NLWorkOrderController.cs" />
240 244
     <Compile Include="Controllers\workorder\WorkOrderController.cs" />
241 245
     <Compile Include="Controllers\workorder\WOVisitRecordsController.cs" />
242 246
     <Compile Include="Global.asax.cs">
@@ -274,7 +278,9 @@
274 278
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
275 279
     </Content>
276 280
     <Content Include="Configs\log4net.config" />
277
-    <Content Include="Configs\system.config" />
281
+    <Content Include="Configs\system.config">
282
+      <SubType>Designer</SubType>
283
+    </Content>
278 284
     <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
279 285
     <None Include="Web.Debug.config">
280 286
       <DependentUpon>Web.config</DependentUpon>
@@ -285,6 +291,9 @@
285 291
   </ItemGroup>
286 292
   <ItemGroup>
287 293
     <Folder Include="App_Data\" />
294
+    <Folder Include="Views\AES256\" />
295
+    <Folder Include="Views\AYWorkOrder\" />
296
+    <Folder Include="Views\NLWorkOrder\" />
288 297
   </ItemGroup>
289 298
   <ItemGroup>
290 299
     <ProjectReference Include="..\..\..\CallCenterCommon\CallCenter.QuartzService\CallCenter.QuartzService.csproj">

+ 3 - 1
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Configs/system.config

@@ -53,7 +53,7 @@
53 53
   <!--应用的access_token-->
54 54
   <add key="WeiBoAccessToken" value="2.00VbCStC01bkzx7bc0709d60OZTfkC" />
55 55
   <!-- ================== 5:Redis配置 ================== -->
56
-  <add key="Redis_Server" value="192.168.8.13"/>
56
+  <add key="Redis_Server" value="192.168.8.9"/>
57 57
   <add key="Redis_Port" value="6379"/>
58 58
   <!-- ================== 7:性能监控 - 配置语音文件盘符 ================== -->
59 59
   <add key="VideoHardDisc" value="D" />
@@ -75,4 +75,6 @@
75 75
   <!--验证码code-->
76 76
   <add key="APPSignCode" value="#XYX@12345$zwfww%" />
77 77
   <add key="ZWWCode" value="XYXZWW_" />
78
+  <add key="SecurityCode" value="anyang12345%#@6" />
79
+ 
78 80
 </appSettings>

+ 2 - 1
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Web.config

@@ -34,7 +34,7 @@
34 34
     <authentication>
35 35
       <forms name=".MyCookie" cookieless="UseCookies" loginUrl="/Login/login" protection="All" timeout="60"/>
36 36
     </authentication>
37
-    
37
+   
38 38
   </system.web>
39 39
   <runtime>
40 40
     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
@@ -50,6 +50,7 @@
50 50
         <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35"/>
51 51
         <bindingRedirect oldVersion="1.0.0.0-5.2.3.0" newVersion="5.2.3.0"/>
52 52
       </dependentAssembly>
53
+     
53 54
     </assemblyBinding>
54 55
   </runtime>
55 56
   <system.codedom>

+ 1 - 0
CallCenterApi/CallCenterApi.Model/CallCenterApi.Model.csproj

@@ -78,6 +78,7 @@
78 78
     <Compile Include="T_Sys_Group.cs" />
79 79
     <Compile Include="T_Sys_GroupClass.cs" />
80 80
     <Compile Include="T_Sys_IVRWords.cs" />
81
+    <Compile Include="T_Sys_RoleUrl.cs" />
81 82
     <Compile Include="T_Sys_SeatPermissionConfig.cs" />
82 83
     <Compile Include="T_Sys_UserClass.cs" />
83 84
     <Compile Include="T_Sys_Users.cs" />