zhubaomin
2025-03-03 b375247a32664d3d1a37d735180f25ca8f5aedf7
pipIrr-platform/pipIrr-global/src/main/resources/mapper/SeGeneralMapper.xml
@@ -366,4 +366,9 @@
      </if>
    </trim>
  </select>
  <!-- 删除今天的总账-->
  <delete id="deleteTodayGeneral">
    DELETE FROM se_general
    WHERE operate_date = DATE(NOW())
  </delete>
</mapper>