|
@ -144,7 +144,6 @@ namespace WY.NewJit.MsgCheck |
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
private static List<TimeOutRemindResultDto> _timeoutCacheList = new List<TimeOutRemindResultDto>(); |
|
|
private static List<TimeOutRemindResultDto> _timeoutCacheList = new List<TimeOutRemindResultDto>(); |
|
|
#endregion
|
|
|
#endregion
|
|
|
private readonly BillNumberRecordDomainService _aaa; |
|
|
|
|
|
#region 构造函数
|
|
|
#region 构造函数
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// 构造函数
|
|
|
/// 构造函数
|
|
@ -192,7 +191,6 @@ namespace WY.NewJit.MsgCheck |
|
|
_unitOfWorkManager = unitOfWorkManager; |
|
|
_unitOfWorkManager = unitOfWorkManager; |
|
|
_tbBillHisRepository = tbBillHisRepository; |
|
|
_tbBillHisRepository = tbBillHisRepository; |
|
|
_tsSortDetailHisRepository = tsSortDetailHisRepository; |
|
|
_tsSortDetailHisRepository = tsSortDetailHisRepository; |
|
|
_aaa = aaa; |
|
|
|
|
|
_waitPrintRepository = waitPrintRepository; |
|
|
_waitPrintRepository = waitPrintRepository; |
|
|
//_printTemplateConfigurationRepository = printTemplateConfigurationRepository;
|
|
|
//_printTemplateConfigurationRepository = printTemplateConfigurationRepository;
|
|
|
//_zHBPrintStatusRepository = zHBPrintStatusRepository;
|
|
|
//_zHBPrintStatusRepository = zHBPrintStatusRepository;
|
|
@ -201,23 +199,6 @@ namespace WY.NewJit.MsgCheck |
|
|
|
|
|
|
|
|
#region 私有方法
|
|
|
#region 私有方法
|
|
|
|
|
|
|
|
|
[UnitOfWork] |
|
|
|
|
|
[HttpPost] |
|
|
|
|
|
[Route("get-billnumber")] |
|
|
|
|
|
public async Task<BillNumberRecord> GetBillNumber(int number, string productLine) |
|
|
|
|
|
{ |
|
|
|
|
|
var res = await _aaa.GetBillNumber(number, productLine); |
|
|
|
|
|
return res; |
|
|
|
|
|
} |
|
|
|
|
|
[UnitOfWork] |
|
|
|
|
|
[HttpPost] |
|
|
|
|
|
[Route("get-billnumberrec")] |
|
|
|
|
|
public async Task<bool> GetBillNumberRec(bool isupdate) |
|
|
|
|
|
{ |
|
|
|
|
|
|
|
|
|
|
|
var ret = await _aaa.GetOrUpDateBillNumberRecordCache(isupdate); |
|
|
|
|
|
return ret.Status; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// 查询柱护板
|
|
|
/// 查询柱护板
|
|
|