From 7a9b28ca5564387e9fe26a0bd4aab3967b1e10f4 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 16 八月 2023 15:51:23 +0800
Subject: [PATCH] 业绩指标单:列表查询数据顺序变更
---
BLL/系统公用CLS/ClsPub_BLL.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git "a/BLL/\347\263\273\347\273\237\345\205\254\347\224\250CLS/ClsPub_BLL.cs" "b/BLL/\347\263\273\347\273\237\345\205\254\347\224\250CLS/ClsPub_BLL.cs"
index 2abaae3..22058d7 100644
--- "a/BLL/\347\263\273\347\273\237\345\205\254\347\224\250CLS/ClsPub_BLL.cs"
+++ "b/BLL/\347\263\273\347\273\237\345\205\254\347\224\250CLS/ClsPub_BLL.cs"
@@ -722,7 +722,7 @@
public static void Sub_CheckUseStatus(DataGridView grd, int IDCol,string sProcName)
{
SQLHelper.ClsCN oCn = new SQLHelper.ClsCN();
- Int64 sItemID;
+ Int64 sItemID;
try
{
//循环当前网格选中项目
--
Gitblit v1.9.1