ch
2022-08-09 bb09b08f7ae3dd528f47d6c860e2a0abef7e6a6b
WebAPI/Controllers/MoveStockBillController.cs
@@ -618,7 +618,7 @@
                {
                    objJsonResult.code = "0";
                    objJsonResult.count = 1;
                    objJsonResult.Message = "生成调拨单成功!单据号为:";
                    objJsonResult.Message = DBUtility.ClsPub.sErrInfo;
                    objJsonResult.data = null;
                    return objJsonResult;
                }