重写在线开发,获取工序列表功能

This commit is contained in:
DEVICE8\12494
2023-05-04 08:35:33 +08:00
parent 68bbd2d722
commit 36ab326de6
8 changed files with 117 additions and 19 deletions

View File

@@ -459,8 +459,7 @@ 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);