liuwf 2 months ago
parent 2def6d4dee
commit a876f5d5a4

@ -80,18 +80,18 @@ namespace SlnMesnac.Business
_mesProductOrderService = serviceProvider.GetRequiredService<IMesProductOrderService>();
_baseMaterialInfoService = serviceProvider.GetRequiredService<IBaseMaterialInfoService>();
Init();
// test();
}
private void test()
{
// MesProductPlanDetail? mesProductPlanDetail = sqlSugarClient.AsTenant().GetConnection("mes").Queryable<MesProductPlanDetail>().First(x => x.PlanCode == "20240724144533JL001");
sqlSugarClient.AsTenant().BeginTran();
string epc = "A123456";
_mesProductPlanService.GetStartedProdPlan(out MesProductPlanDto productPlanDto);
string bigCode = GenerateBigBarcode(productPlanDto, epc);
BindingBarCode(bigCode, epc, productPlanDto);
sqlSugarClient.AsTenant().BeginTran();
//sqlSugarClient.AsTenant().BeginTran();
//string epc = "JYHB01010102";
//_mesProductPlanService.GetStartedProdPlan(out MesProductPlanDto productPlanDto);
//string bigCode = GenerateBigBarcode(productPlanDto, epc);
//BindingBarCode(bigCode, epc, productPlanDto);
//sqlSugarClient.AsTenant().BeginTran();
}
@ -119,6 +119,7 @@ namespace SlnMesnac.Business
/// </summary>
public void checkPmStatus()
{
PmTryAmount++;
Task.Run(() =>
{
while (true)

@ -85,7 +85,7 @@ namespace SlnMesnac.Business
_configInfoBusiness = configInfoBusiness;
// TestTran();
}

Loading…
Cancel
Save