啊鑫
8 天以前 aedc81d40157133df8b5c44d3fbabc803a0e6e75
WebApi/Gs.QiTaCk/MesItemBlManager.cs
@@ -8,7 +8,6 @@
using Gs.Toolbox.ApiCore.Group;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Newtonsoft.Json.Linq;
using static Gs.Toolbox.UtilityHelper;
namespace Gs.QiTaCk
@@ -331,7 +330,7 @@
                return ReturnDto<int>.QuickReturn(rtnInt, ReturnCode.Exception,
                    _outMsg);
            return ReturnDto<int>.QuickReturn(rtnInt, ReturnCode.Success, _outMsg);
        }
        }
    }
}