From 2509d3e53cad2baad47cb3046a58075b9745f526 Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期五, 03 三月 2023 14:29:33 +0800 Subject: [PATCH] 生产资源打印 工序工价完善 物料分类单据及列表 --- WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs b/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs index d4ad9f0..9412611 100644 --- a/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs +++ b/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs @@ -1246,7 +1246,7 @@ num++; } - if (num > 0) + if (num == 2) { if (!oBill.DeleteBill(long.Parse(HInterID), 0, 0, ref DBUtility.ClsPub.sExeReturnInfo)) { -- Gitblit v1.9.1