cnf
2025-09-13 528d0370cb57f07e291fbf8fb0052718c3fe584c
MESApplication/Controllers/BasicData/ProductionOrderController.cs
@@ -21,8 +21,7 @@
    private readonly string TableName = "PRODUCTION_ORDER";
    private readonly string URL =
        "http://localhost:10054/api/ProductionOrder/";
    private readonly string URL = "http://localhost:10054/api/ProductionOrder/";
    //
    [HttpPost("Save")]
@@ -44,7 +43,10 @@
            resultInfos.tbBillList = save;
            entity.Result = 0;
            if (save) entity.Result = 1;
            if (save)
            {
                entity.Result = 1;
            }
            entity.DealWith = 1;
            _manager.save(entity);