This commit is contained in:
@ -328,6 +328,11 @@ namespace Epost.BLL
|
||||
{
|
||||
LogHelper.WriteLogInfo(model.Sku + "Sku播种完成" + model.Matchid);
|
||||
orderbll.UpdateStateByCar(model.Matchid, model.Sku);
|
||||
bool matchbo= orderbll.IsSkuFinishWork("", model.Matchid);
|
||||
if (matchbo) {
|
||||
LogHelper.WriteLogInfo("波次播种完成" + model.Matchid);
|
||||
orderbll.UpdateStateBymatchid(model.Matchid);
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
Reference in New Issue
Block a user