查询用户分页,修改逻辑删除问题

This commit is contained in:
s2042968 2024-11-21 16:46:13 +08:00
parent 05ff565097
commit 4ddbc6eb34
2 changed files with 3 additions and 3 deletions

View File

@ -170,6 +170,7 @@
</when>
</choose>
</if>
and effect_flag=1
</where>
<!-- 动态排序条件 -->

View File

@ -19,9 +19,8 @@ import javax.annotation.Generated;
@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2024-11-21T15:15:54+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_271 (Oracle Corporation)"
date = "2024-11-21T15:49:09+0800",
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_281 (Oracle Corporation)"
)
public class UserMappersImpl implements UserMappers {