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

添加初始化数据库脚本

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