From 9dad6e99192418817dc5f6ae1f9ff2f9dd33fb7c Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期四, 17 七月 2025 14:30:12 +0800 Subject: [PATCH] 强制设置虚拟卡in_use字段为0的myBatis拦截器不起作用bug修改,bug原因是@Value()注解配置变量名称错误,从而未加入拦截器。 --- pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StClientAmountDayMapper.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StClientAmountDayMapper.java b/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StClientAmountDayMapper.java index d952f4a..8a8afea 100644 --- a/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StClientAmountDayMapper.java +++ b/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoSt/StClientAmountDayMapper.java @@ -4,6 +4,7 @@ import com.dy.pipIrrGlobal.pojoSt.StClientAmountDay; import com.dy.pipIrrGlobal.voSt.VoClientAmountStatistics; import com.dy.pipIrrGlobal.voSt.VoStClientAmountDay; +import com.dy.pipIrrGlobal.voSt.VoStClientIdAmountYearRecord; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; @@ -74,6 +75,9 @@ * @return */ Long selectCountDayStatistics(Map<?, ?> params) ; + + List<VoStClientIdAmountYearRecord> selectClientIds4DayStatistics(Map<?, ?> params) ; + /** * 鏌ヨ鍒嗛〉鏁版嵁 * @param params -- Gitblit v1.8.0