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