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"