This commit is contained in:
jl
2023-09-14 10:49:07 +08:00
parent cc78693b7d
commit 29bfe4c6aa
8 changed files with 752 additions and 695 deletions

View File

@ -490,7 +490,7 @@ namespace Epost.BLL
dal.UpdateState(model.Area, model.Block);
bool WorkArea = dal.IsFinishWorkArea("", "", "99", "", "", "");
if (skuInish)
if (WorkArea)
{
comBLL.DISPLAY_LIGHT_BLOCK_Out("", model.Area, "0");
}