From 8f889738db488b852b5a475af1819b1803a7c074 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期一, 21 十月 2024 11:49:46 +0800 Subject: [PATCH] 数据中心时间搜索改成某天 --- ycl-server/src/main/resources/mapper/zgyw/CalculateMoneyRuleMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ycl-server/src/main/resources/mapper/zgyw/CalculateMoneyRuleMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/CalculateMoneyRuleMapper.xml index 2fa36dd..66516cd 100644 --- a/ycl-server/src/main/resources/mapper/zgyw/CalculateMoneyRuleMapper.xml +++ b/ycl-server/src/main/resources/mapper/zgyw/CalculateMoneyRuleMapper.xml @@ -2,7 +2,7 @@ <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> -<mapper namespace="com.ycl.platform.mapper.CalculateRuleMapper"> +<mapper namespace="com.ycl.platform.mapper.CalculateMoneyRuleMapper"> <resultMap type="com.ycl.platform.domain.entity.CalculateMoneyRule" id="CalculateRuleResult"> <result property="id" column="id" /> -- Gitblit v1.8.0