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