hao
2025-05-23 db8dbafae693a62e9fe901adabfc4adcdbd92f7b
StandardInterface/MESApplication/Controllers/SRM/MesDeliveryNoteController.cs
@@ -31,6 +31,7 @@
        entity.Data = JsonConvert.SerializeObject(delivery);
        entity.Status = 1;
        entity.CreateBy = "PL017";
        entity.Route = delivery.DeliveryNote.DeliveryNo;
        try
        {
            dynamic resultInfos = new ExpandoObject();
@@ -117,6 +118,7 @@
        entity.Data = JsonConvert.SerializeObject(delivery);
        entity.Status = 1;
        entity.CreateBy = "PL017";
        entity.Route= delivery.DeliveryNo;
        try
        {
            dynamic resultInfos = new ExpandoObject();
@@ -192,4 +194,5 @@
            return ResponseResult.ResponseError(ex);
        }
    }
}