|
|
|
@ -80,7 +80,9 @@ public class BaseFpbrzServiceImpl extends MpBaseServiceImpl<BaseFpbrzDao, BaseTD |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Map<String,Object> map = new HashMap<>(); |
|
|
|
|
map.put("gfsh",new ArrayList<String>().add(taxno)); |
|
|
|
|
List<String> sh = new ArrayList<>(); |
|
|
|
|
sh.add(taxno); |
|
|
|
|
map.put("gfsh",sh); |
|
|
|
|
List<BaseTDxDkCount> curList = baseTDxRecordInvoiceDao.selectDksh(map); |
|
|
|
|
List<String> gfshList = new ArrayList<>(); |
|
|
|
|
for (BaseTDxDkCount cur : curList) { |
|
|
|
|