From 53fa0cd3e1950b02301fa2c15ceaba04a5ef5645 Mon Sep 17 00:00:00 2001 From: hyingbo <1363390067@qq.com> Date: 星期四, 19 六月 2025 13:25:12 +0800 Subject: [PATCH] 首页本月三保、下月三保、下下月三保统计调整 --- lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/impl/MdcEquipmentTypeServiceImpl.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/impl/MdcEquipmentTypeServiceImpl.java b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/impl/MdcEquipmentTypeServiceImpl.java index 448597a..db09dd4 100644 --- a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/impl/MdcEquipmentTypeServiceImpl.java +++ b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/impl/MdcEquipmentTypeServiceImpl.java @@ -69,4 +69,5 @@ public boolean deleteBatchEquipmentType(String ids) { return this.removeByIds(Arrays.asList(ids.split(","))); } + } -- Gitblit v1.9.3