liurunyu
2024-12-28 e4dca732612d58ac897827892bae6e2736adb9cc
pipIrr-platform/pipIrr-global/src/main/resources/mapper/StClientAmountDayMapper.xml
@@ -1184,6 +1184,9 @@
    where id = #{id,jdbcType=BIGINT}
  </update>
  <!-- ////////////////////////////////// -->
  <!-- 统计相关                         -->
  <!-- ////////////////////////////////// -->
  <select id="selectByClientIdAndYearAndMonthAndDay" resultType="com.dy.pipIrrGlobal.pojoSt.StClientAmountDay">
    select
    <include refid="Base_Column_List" />
@@ -1192,4 +1195,11 @@
    and year = #{year,jdbcType=INTEGER}
    and month = #{month,jdbcType=INTEGER}
  </select>
  <!-- ////////////////////////////////// -->
  <!-- 临时任务相关                         -->
  <!-- ////////////////////////////////// -->
  <delete id="deleteAll">
    delete from st_client_amount_day
  </delete>
</mapper>