1
duhe
2023-11-24 a811e1258b165f4ffa02c8fe1d46836a1927a8f4
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;
                    }