1
2 天以前 b1c9e5683cee961946e85297eb581f26cff694ef
rsf-server/src/main/java/com/vincent/rsf/server/manager/controller/TaskItemController.java
@@ -13,6 +13,7 @@
import com.vincent.rsf.server.manager.entity.LocItem;
import com.vincent.rsf.server.manager.entity.TaskItem;
import com.vincent.rsf.server.manager.service.TaskItemService;
import com.vincent.rsf.server.manager.utils.buildPageRowsUtils;
import com.vincent.rsf.server.system.controller.BaseController;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.prepost.PreAuthorize;
@@ -42,6 +43,7 @@
            }
        }
        page.setRecords(records);
        buildPageRowsUtils.userNameMap(page.getRecords());
        return R.ok().add(page);
    }