From 7012f70a060e39f041cd6f34c1f0eaefc51bd7ef Mon Sep 17 00:00:00 2001 From: wangwh <2397901735@qq.com> Date: Sat, 31 Aug 2024 11:20:47 +0800 Subject: [PATCH] 新增公共附件实体类 --- dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/dao/mapper/xml/PaAccountMapper.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/dao/mapper/xml/PaAccountMapper.xml b/dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/dao/mapper/xml/PaAccountMapper.xml index cb2ce84..928cba3 100644 --- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/dao/mapper/xml/PaAccountMapper.xml +++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/dao/mapper/xml/PaAccountMapper.xml @@ -5,7 +5,7 @@ * @description: 自定义sql,请自行实现业务逻辑 * @company: hugeinfo * @author: liyj - * @time:2024-08-17 15:33:41 + * @time:2024-08-19 20:04:19 * @version 1.0.0 --> <mapper namespace="cn.huge.module.pauser.dao.mapper.PaAccountMapper"> @@ -90,7 +90,7 @@ and limit_time = #{terms.limitTime} </if> <if test="terms.deleteStatus = null and terms.deleteStatus =''"> - and delete_status = '1' + and delete_status = '0' </if> <if test="terms.deleteStatus != null and terms.deleteStatus !=''"> and delete_status = #{terms.deleteStatus} -- Gitblit v1.8.0