重写,在线开发删除接口

This commit is contained in:
DEVICE8\12494
2023-04-28 14:44:57 +08:00
parent 0a2bb034cf
commit 9727378365
8 changed files with 46 additions and 16 deletions

View File

@@ -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);
}