Commit c70dc1a1 authored by 赵啸非's avatar 赵啸非

添加初始化数据库脚本

parent 7d5d48c7
...@@ -63,7 +63,5 @@ public interface ResourceService extends ICRUDService<ResourceEntity,Long> { ...@@ -63,7 +63,5 @@ public interface ResourceService extends ICRUDService<ResourceEntity,Long> {
* @param userType * @param userType
*/ */
List<ResourceEntity> findAll(int userType); List<ResourceEntity> findAll(int userType);
} }
\ No newline at end of file
...@@ -49,7 +49,7 @@ public class SyncUserTaskImpl implements ITaskExcuteService { ...@@ -49,7 +49,7 @@ public class SyncUserTaskImpl implements ITaskExcuteService {
userPdu.setSize(-1); userPdu.setSize(-1);
Rest<RespData<List<UserPdu>>> list = userFeign.list(userPdu); Rest<RespData<List<UserPdu>>> list = userFeign.list(userPdu);
userService.updateUserList(list.getData().getData()); // userService.updateUserList(list.getData().getData());
//resourceService.updateUserList(); //resourceService.updateUserList();
/* UserPdu userPdu = new UserPdu(); /* UserPdu userPdu = new UserPdu();
......
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