From 57753dc2bc764d16904769ddd2bd8be35dec6beb Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期六, 27 七月 2024 16:27:16 +0800
Subject: [PATCH] 增加BCDUtil工具类
---
pipIrr-platform/pipIrr-global/src/main/resources/mapper/RmLossDayMapper.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/RmLossDayMapper.xml b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/RmLossDayMapper.xml
index 6c10de8..ddea63e 100644
--- a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/RmLossDayMapper.xml
+++ b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/RmLossDayMapper.xml
@@ -159,7 +159,7 @@
and pint.name like CONCAT('%',#{intakeName,jdbcType=VARCHAR},'%')
</if>
<if test="intakeId != null">
- and rash.intake_id = #{intakeId}
+ and rld.intake_id = #{intakeId}
</if>
<if test="startDt != null">
and rld.dt >= #{startDt,jdbcType=DATE}
@@ -187,7 +187,7 @@
and pint.name like CONCAT('%',#{intakeName,jdbcType=VARCHAR},'%')
</if>
<if test="intakeId != null">
- and rash.intake_id = #{intakeId}
+ and rld.intake_id = #{intakeId}
</if>
<if test="startDt != null">
and rld.dt >= #{startDt,jdbcType=DATE}
--
Gitblit v1.8.0