zgq
2021-01-22 a62da2064bc1bab8d9a91e249fa286d4abae6922
工序流转卡列表增加异常打印
1个文件已修改
12 ■■■■ 已修改文件
WebAPI/Controllers/LMESController.cs 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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);
        }