liurunyu
2025-03-20 96bd0f6c3f57a1ae9fdc83d1589c3dc5697178bf
pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/java/com/dy/pipIrrSell/general/GeneralSv.java
@@ -366,4 +366,11 @@
        return map_result;
    }
    /**
     * 删除今天的总账
     */
    public void deleteTodayGeneral() {
        int i = seGeneralMapper.deleteTodayGeneral();
    }
}