重写,在线开发删除接口
This commit is contained in:
@@ -459,6 +459,9 @@ public class DepartmentService : IDepartmentService, IDynamicApiController, ITra
|
||||
isOK = await _repository.AsSugarClient().Updateable<EqpEquipment>().SetColumns(it => new EqpEquipment { station_code = "" }).Where(it => unbindEqpIds.Contains(it.id)).ExecuteCommandAsync();
|
||||
}
|
||||
}
|
||||
//绑定工序
|
||||
var procList = input.propertyJson.Value<JArray>("rowprocess");
|
||||
|
||||
if (!(isOK > 0)) throw Oops.Oh(ErrorCode.COM1001);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user