#
18516761980
2022-08-31 a5ee5055f053cbb4f13710fc251adbd780f3a43f
src/main/java/com/slcf/controller/SapRequestLogController.java
@@ -39,8 +39,8 @@
   /* 查询sap请求日志 */
   @ResponseBody
   @RequestMapping("/querySapLog.action")
   public List<SapRequestLogBean> querySapLog(){
      List<SapRequestLogBean> list = sapRequestLogService.querySapLog();
   public List<SapRequestLogBean> querySapLog(String condition){
      List<SapRequestLogBean> list = sapRequestLogService.querySapLog(condition);
      return list;
   }
}