pipIrr-platform/pipIrr-global/src/main/resources/mapper/RmLossDayLastMapper.xml
@@ -168,6 +168,9 @@ <if test="intakeName != null"> and pint.name like CONCAT('%',#{intakeName,jdbcType=VARCHAR},'%') </if> <if test="intakeId != null"> and rldl.intake_id = #{intakeId} </if> <if test="startDt != null"> and rldl.dt >= #{startDt,jdbcType=DATE} </if> @@ -193,6 +196,9 @@ <if test="intakeName != null"> and pint.name like CONCAT('%',#{intakeName,jdbcType=VARCHAR},'%') </if> <if test="intakeId != null"> and rldl.intake_id = #{intakeId} </if> <if test="startDt != null"> and rldl.dt >= #{startDt,jdbcType=DATE} </if>