查询用户分页,修改逻辑删除问题
This commit is contained in:
parent
05ff565097
commit
4ddbc6eb34
|
|
@ -170,6 +170,7 @@
|
||||||
</when>
|
</when>
|
||||||
</choose>
|
</choose>
|
||||||
</if>
|
</if>
|
||||||
|
and effect_flag=1
|
||||||
</where>
|
</where>
|
||||||
|
|
||||||
<!-- 动态排序条件 -->
|
<!-- 动态排序条件 -->
|
||||||
|
|
|
||||||
|
|
@ -19,9 +19,8 @@ import javax.annotation.Generated;
|
||||||
|
|
||||||
@Generated(
|
@Generated(
|
||||||
value = "org.mapstruct.ap.MappingProcessor",
|
value = "org.mapstruct.ap.MappingProcessor",
|
||||||
date = "2024-11-21T15:15:54+0800",
|
date = "2024-11-21T15:49:09+0800",
|
||||||
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_271 (Oracle Corporation)"
|
comments = "version: 1.4.1.Final, compiler: javac, environment: Java 1.8.0_281 (Oracle Corporation)"
|
||||||
|
|
||||||
)
|
)
|
||||||
public class UserMappersImpl implements UserMappers {
|
public class UserMappersImpl implements UserMappers {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue