发现元谋系统农户用水日统计数据中,2025年5月份的数据有重复现象,发生的原因不明,有临时模块中实现删除重复数据的功能。
1 文件已重命名
1个文件已修改
9 ■■■■ 已修改文件
pipIrr-platform/pipIrr-web/pipIrr-web-temp/src/main/java/com/dy/pipIrrTemp/delRepeatStClientAmountDay/DelRepeatStClientAmountDayCtrl.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pipIrr-platform/pipIrr-web/pipIrr-web-temp/src/main/java/com/dy/pipIrrTemp/delRepeatStClientAmountDay/DelRepeatStClientAmountDaySv.java 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pipIrr-platform/pipIrr-web/pipIrr-web-temp/src/main/java/com/dy/pipIrrTemp/delRepeatStClientAmountDay/DelRepeatStClientAmountDayCtrl.java
File was renamed from pipIrr-platform/pipIrr-web/pipIrr-web-temp/src/main/java/com/dy/pipIrrTemp/delRepeatStClientAmountDay/DelRepeatStClientAmountDay.java
@@ -17,7 +17,7 @@
@Slf4j
@RestController
@RequestMapping(path = "delRepeatStClientAmountDay")
public class DelRepeatStClientAmountDay {
public class DelRepeatStClientAmountDayCtrl {
    private DelRepeatStClientAmountDaySv sv ;
    @Autowired
@@ -29,7 +29,7 @@
     * 删除一些漏损统计
     * @return
     */
    @GetMapping(path = "deleteSomeStatisticClientDayAmount")
    @GetMapping(path = "deleteSome")
    @SsoAop()
    public BaseResponse<Boolean> deleteSomeStatisticClientDayAmount(){
        this.sv.delStClientAmountDay() ;
pipIrr-platform/pipIrr-web/pipIrr-web-temp/src/main/java/com/dy/pipIrrTemp/delRepeatStClientAmountDay/DelRepeatStClientAmountDaySv.java
@@ -3,6 +3,7 @@
import com.dy.pipIrrGlobal.daoTmp.DeleteMapper;
import com.dy.pipIrrGlobal.voTmp.VoStClientAmountDay;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
@@ -18,6 +19,10 @@
public class DelRepeatStClientAmountDaySv {
    private DeleteMapper dao ;
    @Autowired
    private void setDao(DeleteMapper dao){
        this.dao = dao;
    }
    @Transactional
    public void delStClientAmountDay(){