zhubaomin
2025-04-11 9f3c4a33279f10ed420d604765487558ab0744f0
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>