From 636ba34b3a6d0de3f64a8699c2a8045e3dc39f67 Mon Sep 17 00:00:00 2001 From: huanghai <10402852@qq.com> Date: Wed, 24 Jun 2020 14:37:21 +0800 Subject: [PATCH] 'commit' --- dsBaseRpc/Const/Const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsBaseRpc/Const/Const.go b/dsBaseRpc/Const/Const.go index 4b80d9d9..7cca668e 100644 --- a/dsBaseRpc/Const/Const.go +++ b/dsBaseRpc/Const/Const.go @@ -57,7 +57,7 @@ const BlueCell = "C200" const YellowCell = "D200" //整数最大值 -const IntMax = 9999999 +const IntMax = 2147483647 //操作CODE const ActionInsert = "INSERT"