Browse Source

提交更新

master
赵新宇 4 days ago
parent
commit
004509812d
  1. 2
      API/Wood.Service/Controllers/CherySupplierConDateService.cs
  2. 2
      API/Wood.Service/Controllers/CherySupplierConMmrpService.cs
  3. 2
      API/Wood.Service/Controllers/CherySupplierConPoService.cs
  4. 2
      API/Wood.Service/Controllers/CherySupplierProCpsService.cs
  5. 2
      API/Wood.Service/Controllers/CherySupplierProDataService.cs
  6. 2
      API/Wood.Service/Controllers/CherySupplierProFirstPassyieldService.cs
  7. 2
      API/Wood.Service/Controllers/CherySupplierProMaterialStockService.cs
  8. 2
      API/Wood.Service/Controllers/CherySupplierProSchedulingService.cs

2
API/Wood.Service/Controllers/CherySupplierConDateService.cs

@ -45,7 +45,7 @@ namespace TaskManager.Controllers
var task = new TaskSub();
task.TaskId = taskId;
task.TaskName = "日物料需求计划风险确认";
task.Subscriber = Client;
task.Subscriber = "Chery";
task.TableName = "SUPPLIER_CON_DATE";
task.DataCount = entites.Count;
task.Domain = "1";

2
API/Wood.Service/Controllers/CherySupplierConMmrpService.cs

@ -47,7 +47,7 @@ namespace TaskManager.Controllers
var task = new TaskSub();
task.TaskId = taskId;
task.TaskName = "M+6月物料需求计划风险确认";
task.Subscriber = Client;
task.Subscriber = "Chery";
task.TableName = "SUPPLIER_CON_MMRP";
task.DataCount = entites.Count;
task.Domain = "1";

2
API/Wood.Service/Controllers/CherySupplierConPoService.cs

@ -46,7 +46,7 @@ namespace TaskManager.Controllers
var task = new TaskSub();
task.TaskId = taskId;
task.TaskName = "采购订单风险确认";
task.Subscriber = Client;
task.Subscriber = "Chery";
task.TableName = "SUPPLIER_CON_PO";
task.DataCount = entites.Count;
task.Domain = "1";

2
API/Wood.Service/Controllers/CherySupplierProCpsService.cs

@ -7,7 +7,7 @@ namespace TaskManager.Controllers
/// <summary>
/// 过程控制项质量数据
/// </summary>
public class CherySupplierProCpsService : CheryRecurringJobInputPageController<SUPPLIER_PRO_CPS, SUPPLIER_PRO_CPS_DTO>
public class CherySupplierProCpsService : CheryRecurringJobInputPageExtendController<SUPPLIER_PRO_CPS, SUPPLIER_PRO_CPS_DTO>
{
public CherySupplierProCpsService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_PRO_CPS> repository) : base(httpClient, jobDbContext, log, repository)
{

2
API/Wood.Service/Controllers/CherySupplierProDataService.cs

@ -7,7 +7,7 @@ namespace TaskManager.Controllers
/// <summary>
/// 生产过程数据
/// </summary>
public class CherySupplierProDataService : CheryRecurringJobInputPageController<SUPPLIER_PRO_DATA, SUPPLIER_PRO_DATA_DTO>
public class CherySupplierProDataService : CheryRecurringJobInputPageExtendController<SUPPLIER_PRO_DATA, SUPPLIER_PRO_DATA_DTO>
{
public CherySupplierProDataService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_PRO_DATA> repository) : base(httpClient, jobDbContext, log, repository)
{

2
API/Wood.Service/Controllers/CherySupplierProFirstPassyieldService.cs

@ -7,7 +7,7 @@ namespace TaskManager.Controllers
/// <summary>
/// 产品一次合格率
/// </summary>
public class CherySupplierProFirstPassyieldService : CheryRecurringJobInputPageController<SUPPLIER_PRO_FIRST_PASSYIELD, SUPPLIER_PRO_FIRST_PASSYIELD_DTO>
public class CherySupplierProFirstPassyieldService : CheryRecurringJobInputPageExtendController<SUPPLIER_PRO_FIRST_PASSYIELD, SUPPLIER_PRO_FIRST_PASSYIELD_DTO>
{
public CherySupplierProFirstPassyieldService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_PRO_FIRST_PASSYIELD> repository) : base(httpClient, jobDbContext, log, repository)
{

2
API/Wood.Service/Controllers/CherySupplierProMaterialStockService.cs

@ -7,7 +7,7 @@ namespace TaskManager.Controllers
/// <summary>
/// 来料检验数据
/// </summary>
public class SupplierProMaterialStockService : CheryRecurringJobInputPageController<SUPPLIER_PRO_MATERIAL_STOCK, SUPPLIER_PRO_MATERIAL_STOCK_DTO>
public class SupplierProMaterialStockService : CheryRecurringJobInputPageExtendController<SUPPLIER_PRO_MATERIAL_STOCK, SUPPLIER_PRO_MATERIAL_STOCK_DTO>
{
public SupplierProMaterialStockService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_PRO_MATERIAL_STOCK> repository) : base(httpClient, jobDbContext, log, repository)
{

2
API/Wood.Service/Controllers/CherySupplierProSchedulingService.cs

@ -8,7 +8,7 @@ namespace TaskManager.Controllers
/// <summary>
/// 排产数据
/// </summary>
public class CherySupplierProSchedulingService : CheryRecurringJobInputPageController<SUPPLIER_PRO_SCHEDULING, SUPPLIER_PRO_SCHEDULING_DTO>
public class CherySupplierProSchedulingService : CheryRecurringJobInputPageExtendController<SUPPLIER_PRO_SCHEDULING, SUPPLIER_PRO_SCHEDULING_DTO>
{
public CherySupplierProSchedulingService(HttpClient httpClient, JobDbContext jobDbContext, LogController log, IRepository<SUPPLIER_PRO_SCHEDULING> repository) : base(httpClient, jobDbContext, log, repository)
{

Loading…
Cancel
Save