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(){