src/main/java/org/springblade/modules/resource/service/impl/AttachServiceImpl.java
@@ -16,6 +16,7 @@ */ package org.springblade.modules.resource.service.impl; import com.baomidou.dynamic.datasource.annotation.DS; import org.springblade.modules.resource.entity.Attach; import org.springblade.modules.resource.vo.AttachVO; import org.springblade.modules.resource.mapper.AttachMapper; @@ -30,6 +31,7 @@ * @author Chill */ @Service @DS("slaves") public class AttachServiceImpl extends BaseServiceImpl<AttachMapper, Attach> implements IAttachService { @Override src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
@@ -202,7 +202,7 @@ <if test="user.securitynumber!=null and user.securitynumber != ''"> and bu.securitynumber = #{user.securitynumber} </if> ORDER BY bu.id ORDER BY bu.audit_time desc </select>