]> gitweb.erp-flowers.ru Git - yii-erp24/.git/commitdiff
правки по ссылке на файл
authorAleksey Filippov <Aleksey.Filippov@erp-flowers.ru>
Wed, 17 Apr 2024 11:15:44 +0000 (14:15 +0300)
committerAleksey Filippov <Aleksey.Filippov@erp-flowers.ru>
Wed, 17 Apr 2024 11:15:44 +0000 (14:15 +0300)
erp24/views/cron/1c.php

index 9348327ac9196fd5f08775602fb871fd00ec5c0f..0ca4dffce184508b5ac69043aaef82367abf6d36 100644 (file)
@@ -76,7 +76,7 @@ $data = $db::getRows("SELECT * FROM api_cron WHERE 1=1 order by date DESC LIMIT
 echo"<h3>Здания для 1с</h3><table class=\"table table-hover table-sm\"><tbody>";
 foreach($data as $row) {
     echo"<tr"; if($row["status"]==0) echo" class=\"bg-warning\" ";
-    echo"><td><a href=\"https://api2.bazacvetov24.ru/json/upload_request_id_".$row["request_id"].".json\" target=new>".$row["request_id"]."</a></td><td>".$row["date"]."</td><td>".$row["json_post"]."</td><td>".$status_arr[$row["status"]]."";
+    echo"><td><a href=\"https://api2.erp-test.bazacvetov24.ru/json/upload_request_id_".$row["request_id"].".json\" target=new>".$row["request_id"]."</a></td><td>".$row["date"]."</td><td>".$row["json_post"]."</td><td>".$status_arr[$row["status"]]."";
 
     if($row["status"]==1 and $row["date_up"]!="0000-00-00 00:00:00")  echo $row["date_up"];
 
@@ -97,7 +97,7 @@ echo"<h3>Логи от 1с</h3>
 <table class=\"table table-hover table-sm\"><tbody>";
 foreach($data as $row) {
     echo"<tr"; if($row["status"]==0) echo" class=\"bg-warning\" ";
-    echo"><td><a href=\"https://api2.bazacvetov24.ru/json/upload_request_id_".$row["request_id"].".json\" target=new>
+    echo"><td><a href=\"https://api2.erp-test.bazacvetov24.ru/json/upload_request_id_".$row["request_id"].".json\" target=new>
 ".$row["request_id"]."  </a></td><td>".$row["date"]."</td><td>".$row["url"]." ".$row["content"]."</td></tr>";
 
 }