pipIrr-platform/pipIrr-web/pipIrr-web-temp/src/main/java/com/dy/pipIrrTemp/delSome/DelSomeSv.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
pipIrr-platform/pipIrr-web/pipIrr-web-temp/src/main/java/com/dy/pipIrrTemp/delSome/DelSomeSv.java
@@ -34,15 +34,15 @@ if(first == null){ first = vo ; }else{ if(first.intakeId != vo.intakeId){ if(first.intakeId.longValue() != vo.intakeId.longValue()){ //取水口变了 first = vo ; }else{ if(first.year != vo.year) { if(first.year.intValue() != vo.year.intValue()) { //年度变了 first = vo ; }else{ if(first.month != vo.month){ if(first.month.intValue() != vo.month.intValue()){ //月份变了 first = vo ; }else{