|
|
|
@ -81,8 +81,8 @@ public class BaseInvoiceManualCheckServiceImpl extends MpBaseServiceImpl<BaseTDx |
|
|
|
|
List<String> gfshList1 = new ArrayList<>(); |
|
|
|
|
if (StringUtils.isNotBlank(gfsh)) { |
|
|
|
|
Map<String,Object> map = new HashMap<>(); |
|
|
|
|
map.put("gfsh",new ArrayList<>().add(gfsh)); |
|
|
|
|
List<BaseTDxDkCount> curList = super.baseMapper.selectDksh(map); |
|
|
|
|
map.put("gfsh",gfsh); |
|
|
|
|
List<BaseTDxDkCount> curList = super.baseMapper.selectDksh2(map); |
|
|
|
|
for (BaseTDxDkCount cur : curList) { |
|
|
|
|
String skssq = cur.getSkssq(); |
|
|
|
|
String year = skssq.substring(0, 4); |
|
|
|
|