Commit 48facf5bd783e82b4295971a5d9210d30444419c
1 parent
b9831686
电量表核对
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/service/oil/impl/DlbServiceImpl.java
| ... | ... | @@ -710,7 +710,7 @@ public class DlbServiceImpl extends BaseServiceImpl<Dlb,Integer> implements DlbS |
| 710 | 710 | List<Dlb> ylListBe=repository.obtainYlbefore(rq, gsbm, "", xlbm, nbbm); |
| 711 | 711 | // List<Cdl> cylList=cdlRepository.obtainCdl(nbbm, gsbm); |
| 712 | 712 | List<Dlb> ylbList=repository.obtainDl(rq,gsbm,fgsbm,xlbm,nbbm,"nbbm"); |
| 713 | - List<Ylxxb> ylxxbList=ylxxbRepository.obtainYlxx(rq,0,gsbm); | |
| 713 | + List<Ylxxb> ylxxbList=ylxxbRepository.obtainYlxx(rq,1,gsbm); | |
| 714 | 714 | for (int i = 0; i < ylxxbList.size(); i++) { |
| 715 | 715 | Boolean fage=true; |
| 716 | 716 | Ylxxb y1=ylxxbList.get(i); | ... | ... |