Commit eb067099 by xieshaohua

去除测试日志

parent cc5a5a74
......@@ -56,10 +56,6 @@ public class TagFileCtrlService {
public Page listImportTagLogByPage(String deptIdPath,Integer pageNo,Integer pageSize) {
String userName = UserInfoUtils.getUserName();
System.out.println(userName);
System.out.println(pageNo);
System.out.println(pageSize);
System.out.println(tagExportService);
return tagExportService.listImportlogByPage(userName, new Page(pageSize, pageNo));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment