|
@@ -78,7 +78,6 @@ namespace OASystem.Infrastructure.Repositories.Groups
|
|
if (!SharingStaticData.PortTypes.Contains(portType)) return new JsonView() { Code = StatusCodes.Status400BadRequest, Msg = "端口类型错误!" };
|
|
if (!SharingStaticData.PortTypes.Contains(portType)) return new JsonView() { Code = StatusCodes.Status400BadRequest, Msg = "端口类型错误!" };
|
|
if (groupId < 1) return new JsonView() { Code = StatusCodes.Status400BadRequest, Msg = MsgTips.DiId };
|
|
if (groupId < 1) return new JsonView() { Code = StatusCodes.Status400BadRequest, Msg = MsgTips.DiId };
|
|
|
|
|
|
-
|
|
|
|
var sql = string.Format(@" SELECT
|
|
var sql = string.Format(@" SELECT
|
|
ri.Id,
|
|
ri.Id,
|
|
ri.GroupId,
|
|
ri.GroupId,
|