ouyangqing
2021-01-26 08520ee0e2ef25a3b9b0654f255b9ddc7564f741
WebAPI/Controllers/LMESController.cs
@@ -73,7 +73,11 @@
            }
            catch (Exception e)
            {
                ds = null;
                objJsonResult.code = "0";
                objJsonResult.count = 0;
                objJsonResult.Message = "没有返回任何记录!" + e.ToString();
                objJsonResult.data = null;
                return objJsonResult;
            }
            return GetObjectJson(ds);
        }
@@ -97,7 +101,11 @@
            }
            catch (Exception e)
            {
                ds = null;
                objJsonResult.code = "0";
                objJsonResult.count = 0;
                objJsonResult.Message = "没有返回任何记录!" + e.ToString();
                objJsonResult.data = null;
                return objJsonResult;
            }
            return GetObjectJson(ds);
        }