From aa6debfa64d54cb68704a784e928d923e66f0eb8 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期六, 28 十二月 2024 13:59:59 +0800 Subject: [PATCH] 临时任务完善 --- pipIrr-platform/pipIrr-global/src/main/resources/mapper/StClientAmountDayMapper.xml | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/StClientAmountDayMapper.xml b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/StClientAmountDayMapper.xml index 0afb8e5..cd1e7c5 100644 --- a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/StClientAmountDayMapper.xml +++ b/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> \ No newline at end of file -- Gitblit v1.8.0