六安版本接口与当前版本接口的程序区别(2025年7月到12月PacsController版本差异),如何通过git查看当时的版本 #29
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
updateCheck
postXmlPatientInfo
getPacsPatientInfo
这几个方法都是新增的
commit 479fc31dab8b04cd2fb452c644659c1ce3eab8e7
Author: bigtran bigtran@opmonitor.com
Date: Thu May 29 12:15:51 2025 +0800
diff --git a/app/controller/PacsController.php b/app/controller/PacsController.php
index 1ee21a5..f1fd66b 100644
--- a/app/controller/PacsController.php
+++ b/app/controller/PacsController.php
@@ -104,7 +104,7 @@ class PacsController
case '手工洗':
case '手工洗(晨洗)':
case '手工洗(加强)':
@@ -177,7 +177,7 @@ class PacsController
case '机洗':
case '机洗(晨洗)':
case '机洗(加强)':
这个版本是对应当时部署的版本
查看历史修改内容
git log -p --follow -- app/controller/PacsController.php
获取当时推送的版本
git show 479fc31dab8b04cd2fb452c644659c1ce3eab8e7:app/controller/PacsController.php > PacsController_479fc31.php
六安版本接口与当前版本接口的程序区别(2025年7月到12月PacsController版本差异)to 六安版本接口与当前版本接口的程序区别(2025年7月到12月PacsController版本差异),如何通过git查看当时的版本