From bc27afe76dc7bfbb63c8d078d546b97746ebddde Mon Sep 17 00:00:00 2001
From: yypsybs <yypsybs@foxmail.com>
Date: 星期二, 19 九月 2023 11:49:22 +0800
Subject: [PATCH] 年度预算产销复盘填数据

---
 _Main/BL/Type_PRData/Method_DoCall.qbl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/_Main/BL/Type_PRData/Method_DoCall.qbl b/_Main/BL/Type_PRData/Method_DoCall.qbl
index 9866803..9c99344 100644
--- a/_Main/BL/Type_PRData/Method_DoCall.qbl
+++ b/_Main/BL/Type_PRData/Method_DoCall.qbl
@@ -49,10 +49,10 @@
     result.ReceiveTime( DateTime::Now() );
     
     // 涓昏褰曚慨鏀�
-    result.SendStatus( "T" );
+    result.SendStatus( "宸插彂閫�" );
     result.ReleaseBy( callBy );
     result.SendTime( DateTime::Now() );
-    this.SendStatus( "T" );
+    this.SendStatus( "宸插彂閫�" );
     this.SendTIme( DateTime::Now() );
     this.SendBy( callBy );
     

--
Gitblit v1.9.3