Compare commits

..

No commits in common. "0a5d1cef2b17c4906044f564bd946d2d93f6cfa5" and "0336fee1e5410f0f213badb18056cb2054e55a0a" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

@ -41,7 +41,7 @@ public class NuBizNuCustomerServerServiceImpl extends ServiceImpl<NuBizNuCustome
nuBizNuCustomerServerQueryWrapper.eq(StringUtils.isNotEmpty(nuBizNuCustomerServer.getNuId()),"nu_id",nuBizNuCustomerServer.getNuId());
nuBizNuCustomerServerQueryWrapper.eq(StringUtils.isNotEmpty(nuBizNuCustomerServer.getCustomerId()),"customer_id",nuBizNuCustomerServer.getCustomerId());
List<NuBizNuCustomerServer> groupList = baseMapper.selectList(nuBizNuCustomerServerQueryWrapper);
String groupPositioning[] = {"0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23"};
String groupPositioning[] = {"00","01","02","03","04","05","06","07","08","09","10","11","12","13","14","15","16","17","18","19","20","21","22","23"};
List<Map<String,Object>> allList = new ArrayList<>();
for(String groupPositioning1 : groupPositioning){
Map<String,Object> posMap = new HashMap<>();
@ -52,7 +52,6 @@ public class NuBizNuCustomerServerServiceImpl extends ServiceImpl<NuBizNuCustome
Map<String,Object> map = new HashMap<>();
map.put("id",par.getId());
map.put("directiveName",par.getDirectiveName());
map.put("typeName",par.getTypeName());
map.put("tagName",par.getTagName());
map.put("startTime",par.getStartTime());
map.put("endTime",par.getEndTime());