liurunyu
2024-12-11 7c2e1e310bbb825aca954c7a228ec7d5625dd8d6
pipIrr-platform/pipIrr-global/src/main/resources/mapper/Temp4DeleteMapper.xml
@@ -8,11 +8,11 @@
            month as month,
            amount as amount
    from  st_loss_month
    order by id DESC, intake_id DESC, year DESC, month DESC
    order by intake_id DESC, id DESC
  </select>
  <delete id="deleteByMainKey" parameterType="java.lang.Long">
    delete from st_loss_year
  <delete id="deleteStLossMonthById" parameterType="java.lang.Long">
    delete from st_loss_month
    where id = #{id,jdbcType=BIGINT}
  </delete>
</mapper>