|
|
@ -339,11 +339,15 @@ namespace DS.WMS.Core.Op.Method
|
|
|
|
info.IsCustoms = false;
|
|
|
|
info.IsCustoms = false;
|
|
|
|
info.IsLand = false;
|
|
|
|
info.IsLand = false;
|
|
|
|
info.IsVGM = false;
|
|
|
|
info.IsVGM = false;
|
|
|
|
info.BusinessStatus = "";
|
|
|
|
info.BusinessStatus = string.Empty;
|
|
|
|
info.BusinessStatusName = "";
|
|
|
|
info.BusinessStatusName = string.Empty;
|
|
|
|
info.OrderProgress = "0";
|
|
|
|
info.OrderProgress = "0";
|
|
|
|
|
|
|
|
|
|
|
|
await tenantDb.Updateable(info).UpdateColumns(x => new { x.CustomerNo,x.IsBooking,x.IsCustoms,x.IsLand,x.IsVGM,x.OrderProgress }).ExecuteCommandAsync();
|
|
|
|
await tenantDb.Updateable(info).UpdateColumns(x => new {
|
|
|
|
|
|
|
|
x.CustomerNo,
|
|
|
|
|
|
|
|
x.IsBooking,x.IsCustoms,x.IsLand,x.IsVGM,x.OrderProgress,
|
|
|
|
|
|
|
|
x.BusinessStatus, x.BusinessStatusName
|
|
|
|
|
|
|
|
}).ExecuteCommandAsync();
|
|
|
|
|
|
|
|
|
|
|
|
var oldOrder = entity.Adapt<SeaExport>();
|
|
|
|
var oldOrder = entity.Adapt<SeaExport>();
|
|
|
|
entity.IsChangeETD = true;
|
|
|
|
entity.IsChangeETD = true;
|
|
|
|