|
|
@@ -71,6 +71,7 @@ public class PnsDataSyncTask {
|
|
|
String data = response.getResponseText();
|
|
|
if (StringUtil.hasText(data)) {
|
|
|
PNSSendResp resp = FlexJsonUtil.fromJson(data, PNSSendResp.class);
|
|
|
+ logger.info("{},{}",resp,resp.getSuccess());
|
|
|
if(resp.getSuccess()) {
|
|
|
logger.info("Sale Upload success Size {}", i);
|
|
|
pageReq.put("if_batch_no",resp.getIf_batch_no());
|