mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-17 14:43:02 +08:00
debug 关闭
fix 素材管理列表没有正确显示可操作的功能按钮的bug
This commit is contained in:
@@ -55,7 +55,6 @@ public class FileServiceImpl implements IFileService {
|
||||
|
||||
QueryWrapper<File> queryWrapper = new QueryWrapper<>();
|
||||
queryWrapper.select(File.class, info->
|
||||
!info.getColumn().equals("type") &&
|
||||
!info.getColumn().equals("aid") &&
|
||||
!info.getColumn().equals("uid") &&
|
||||
!info.getColumn().equals("delete_time"))
|
||||
|
||||
@@ -427,7 +427,6 @@ public class FinanceRechargerServiceImpl implements IFinanceRechargerService {
|
||||
mpjQueryWrapper);
|
||||
retList = iPage.getRecords();
|
||||
}
|
||||
System.out.println(retList);
|
||||
for (FinanceRechargeListExportVo vo : retList) {
|
||||
vo.setCreateTime(TimeUtils.timestampToDate(vo.getCreateTime()));
|
||||
vo.setPayTime(TimeUtils.timestampToDate(vo.getPayTime()));
|
||||
|
||||
Reference in New Issue
Block a user