BourneCao hace 3 años
padre
commit
9b7dfbd988
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Common/DbOption/work/MeterWorkCarMeterTimeService.cs

+ 1 - 1
Common/DbOption/work/MeterWorkCarMeterTimeService.cs

@@ -18,7 +18,7 @@ namespace Common
         {
             DbHelper db = new DbHelper();
 
-            RESTfulResult<string> rm = db.doOption<string>("meterworkcarmetertimes", "/", new object[] { info }, 1);
+            RESTfulResult<string> rm = db.doOption<string>("meterworkcarmetertimes", "/insert", new object[] { info }, 1);
             RESTfulResult<string> result = new RESTfulResult<string>();
             result.Succeed = rm.Succeed;
             result.Status = rm.Status;