Browse Source

add report service

Jeremy 2 years ago
parent
commit
ef84e082cb
3 changed files with 5 additions and 2 deletions
  1. 2 1
      clone&pull tool.bat
  2. 2 0
      src/Publish.ps1
  3. 1 1
      src/appsettings.json

+ 2 - 1
clone&pull tool.bat

@@ -35,7 +35,7 @@ if %pullnum% equ 0 (
 		)
 		cd ..
 	)
-	if %pullnum% lss 14 (
+	if %pullnum% lss 15 (
 		goto MsgClone
 	)
 ) 
@@ -74,6 +74,7 @@ if not exist WingCloudServer (git clone http://git.ius.plus:88/Project-Wing/Wing
 if not exist WingDeviceService (git clone http://git.ius.plus:88/Project-Wing/WingDeviceService.git && echo;)
 if not exist WingNotificationModule (git clone http://git.ius.plus/Project-Wing/WingNotificationModule.git && echo;)
 if not exist WingVidProcessService (git clone http://git.ius.plus/arthur.wu/WingVidProcessService.git && echo;)
+if not exist WingReportService (git clone http://git.ius.plus/jeremy.zhang/WingReportService.git && echo;)
 echo Finished!
 pause>nul
 exit

+ 2 - 0
src/Publish.ps1

@@ -56,6 +56,8 @@ BuildService "WingDeviceService" 1 0 "../../WingDeviceService"
 
 BuildService "VidProcessService" 1 0 "../../WingVidProcessService/VidProcessService"
 
+BuildService "ReportService" 1 0 "../../WingReportService/ReportService"
+
 BuildService "WingRemedicalModule" 1
 
 BuildService "WingNotificationModule" 1 0 "../../WingNotificationModule"

+ 1 - 1
src/appsettings.json

@@ -11,7 +11,7 @@
   },
   "Services":{
     "InProcess":"WingEmailModule,WingMongoDBModule,WingSessionModule,WingSMSModule,WingNotificationModule",
-    "JsonRpcHttp":"WingManagementModule,WingStorageModule,WingUserModule,WingDeviceService,WingRemedicalModule,VidProcessService",
+    "JsonRpcHttp":"WingManagementModule,WingStorageModule,WingUserModule,WingDeviceService,WingRemedicalModule,VidProcessService,ReportService",
     "Remote": "WingUserModule|http://192.168.6.91,WingDeviceService|http://192.168.6.91"
   },
   "ServerHosts":{