|
|
@ -59,7 +59,7 @@ public class CustomerImpressionImplTest {
|
|
|
|
public void excel() {
|
|
|
|
public void excel() {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
|
|
|
|
|
|
|
|
List<JSONObject> asd = orderMapper.tmop();
|
|
|
|
List<JSONObject> asd =null;
|
|
|
|
Map<String,JSONObject> map = new HashMap<>();
|
|
|
|
Map<String,JSONObject> map = new HashMap<>();
|
|
|
|
asd.forEach(p->{
|
|
|
|
asd.forEach(p->{
|
|
|
|
map.put(p.getString("sub_merchant_id"),p);
|
|
|
|
map.put(p.getString("sub_merchant_id"),p);
|
|
|
|