bug
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Tnb.ProductionMgr
|
||||
[ServiceModule(BizTypeId)]
|
||||
public class PrdMaterialReceiptService : BaseWareHouseService,IPrdMaterialReceiptService, IDynamicApiController, ITransient
|
||||
{
|
||||
private const string BizTypeId = "FloorCallMaterial34354738929685";
|
||||
private const string BizTypeId = "FloorCallMaterial";
|
||||
private readonly ISqlSugarRepository<PrdMaterialReceiptH> _repository;
|
||||
private readonly IUserManager _userManager;
|
||||
private readonly IOrganizeService _organizeService;
|
||||
|
||||
@@ -377,7 +377,7 @@ namespace Tnb.ProductionMgr
|
||||
|
||||
[HttpGet]
|
||||
[AllowAnonymous]
|
||||
private async Task<string> X1AutoPrdReport()
|
||||
public async Task<string> X1AutoPrdReport()
|
||||
{
|
||||
string carryCode = await _redisData.TryGetValueByKeyField<string>("外包装箱码垛线", "WBZX_x1_take_tp");
|
||||
int num = await _redisData.TryGetValueByKeyField<int>("外包装箱码垛线", "WBZX_x1_Enquantity");
|
||||
@@ -403,7 +403,7 @@ namespace Tnb.ProductionMgr
|
||||
|
||||
[HttpGet]
|
||||
[AllowAnonymous]
|
||||
private async Task<string> X2AutoPrdReport()
|
||||
public async Task<string> X2AutoPrdReport()
|
||||
{
|
||||
string carryCode = await _redisData.TryGetValueByKeyField<string>("外包装箱码垛线", "WBZX_x2_take_tp");
|
||||
int num = await _redisData.TryGetValueByKeyField<int>("外包装箱码垛线", "WBZX_x2_Enquantity");
|
||||
|
||||
Reference in New Issue
Block a user