|
|
@@ -175,7 +175,7 @@ namespace BPA.KitChen.StoreManagement.Application.Service.ShopManage.StoreDeskto |
|
|
|
.First(); |
|
|
|
if (storeDesktopNumbes == null) return false; |
|
|
|
storeDesktopNumbes.DesktopNumber = inputDto.DesktopNumber; |
|
|
|
storeDesktopNumbes.Code = inputDto.Code; |
|
|
|
storeDesktopNumbes.Code =String.IsNullOrEmpty(inputDto.Code)?"": inputDto.Code; |
|
|
|
return await db.Updateable(storeDesktopNumbes).ExecuteCommandAsync() > 0; |
|
|
|
} |
|
|
|
catch (Exception ex) |
|
|
|