liurunyu
2024-12-11 7c2e1e310bbb825aca954c7a228ec7d5625dd8d6
pipIrr-platform/pipIrr-global/src/main/resources/mapper/Temp4DeleteMapper.xml
@@ -11,8 +11,8 @@
    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>