data/db_cx.sql | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
data/db_tab.sql | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/java/com/lf/server/service/show/ApplyService.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/java/com/lf/server/service/show/DataLibService.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
data/db_cx.sql
@@ -24,8 +24,8 @@ select * from lf.sys_meta where id in (1411, 1412, 8, 2140); select * from lf.sys_meta order by id; select * from bs.s_explorationpointstratum; select * from lf.sys_user where uid = 'admin' select * from lf.sys_dep order by id data/db_tab.sql
@@ -449,7 +449,7 @@ comment on column lf.sys_role.depid is '单位ID'; comment on column lf.sys_role.name is '名称'; comment on column lf.sys_role.descr is '描述'; comment on column lf.sys_role.is_admin is '是/否为管理员:0-普通会员,1-超级管理员,2-数据管理员'; comment on column lf.sys_role.is_admin is '角色类别:0-普通用户,1-超级管理员,2-数据管理员,3-领导'; comment on column lf.sys_role.create_user is '创建人ID'; comment on column lf.sys_role.create_time is '创建时间'; comment on column lf.sys_role.update_user is '更新人ID'; src/main/java/com/lf/server/service/show/ApplyService.java
@@ -8,6 +8,7 @@ import com.lf.server.helper.AesHelper; import com.lf.server.helper.StringHelper; import com.lf.server.mapper.show.ApplyMapper; import com.lf.server.service.sys.UserService; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.springframework.beans.factory.annotation.Autowired; @@ -29,6 +30,9 @@ @Autowired FlowService flowService; @Autowired UserService userService; @Autowired DataLibService dataLibService; @@ -177,7 +181,7 @@ for (String depcode : dr.getDepcodes()) { UserEntity user = selectUserByDepcode(depcode); if (null == user) { continue; user = userService.selectByUid(StaticData.ADMIN); } FlowEntity flow = new FlowEntity(); src/main/java/com/lf/server/service/show/DataLibService.java
@@ -128,7 +128,7 @@ } for (String id : ids) { // || "00".equals(id) // || "00".equals(id) if (StringHelper.isEmpty(id)) { continue; }