From 95f69d1183a56f5768e6d56d043b0c6e5a878bb5 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 04 十二月 2024 21:30:26 +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