From 52ec5c0d07a19659c54744e064e28c5179d4e3e1 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期二, 12 五月 2026 15:37:30 +0800
Subject: [PATCH] 炎辰新增仓位同步

---
 WebAPI/Controllers/WebAPIController.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebAPI/Controllers/WebAPIController.cs b/WebAPI/Controllers/WebAPIController.cs
index 5311d19..c857b02 100644
--- a/WebAPI/Controllers/WebAPIController.cs
+++ b/WebAPI/Controllers/WebAPIController.cs
@@ -24458,7 +24458,7 @@
                 {
                     string propName = ds.Tables[1].Rows[i][0].ToString();
                     string valueFormat = "";
-                    if (propName == "HMakeDate")
+                    if (propName == "HMakeDate" || propName == "HMakeTime")
                     {
                         valueFormat = "getdata()";
                     }

--
Gitblit v1.9.1