yxj
2023-12-01 f0d8f9d0d863fd96b8da3bd9c8ae6eeda09add19
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;
                    }