|
|
|
@ -72,9 +72,6 @@ public class GetGsClientTask { |
|
|
|
|
String ztype = es_output.getZTYPE(); |
|
|
|
|
String zmessage = es_output.getZMESSAGE(); |
|
|
|
|
Object zdata = es_output.getZDATA(); |
|
|
|
|
if("300".equals(client)){ |
|
|
|
|
throw new RuntimeException("测试异常"); |
|
|
|
|
} |
|
|
|
|
if(OrderInfoContentEnum.INVOICE_ERROR_CODE_OP_S.getKey().equals(ztype)){ |
|
|
|
|
List<Map<String,String>> gsClientList = JsonUtils.getInstance().parseObject(zdata.toString(), List.class); |
|
|
|
|
gsClientList.stream().forEach(f -> { |
|
|
|
|