duhe
2023-11-28 4d9c473a0bd2ac6128b09b7609b072a33c70bd62
WebAPI/Controllers/XSGL/YS_ReceiveBillController.cs
@@ -495,7 +495,7 @@
                    {
                        objJsonResult.code = "0";
                        objJsonResult.count = 0;
                        objJsonResult.Message = "审核失败!原因:" + ds.Tables[0].Rows[0]["HRemark"].ToString();
                        objJsonResult.Message = "反审核失败!原因:" + ds.Tables[0].Rows[0]["HRemark"].ToString();
                        objJsonResult.data = null;
                        return objJsonResult;
                    }