ouyangqing
2021-01-26 1022bb17b6e49473d017dc6078442827a5d6939e
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);
        }