sjz
2025-09-12 0c1a03e880bbf795b771a9c8ee4b7b271c262b58
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);