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