pipIrr-platform/pipIrr-global/src/main/resources/mapper/RmClientAmountDayMapper.xml
@@ -187,6 +187,9 @@ <if test="clientName != null"> and sc.name like CONCAT('%',#{clientName,jdbcType=VARCHAR},'%') </if> <if test="clientId != null"> and rcad.client_id = #{clientId} </if> <if test="startDt != null"> and rcad.dt >= #{startDt,jdbcType=DATE} </if> @@ -215,6 +218,9 @@ <if test="clientName != null"> and sc.name like CONCAT('%',#{clientName,jdbcType=VARCHAR},'%') </if> <if test="clientId != null"> and rcad.client_id = #{clientId} </if> <if test="startDt != null"> and rcad.dt >= #{startDt,jdbcType=DATE} </if>