|
|
@ -200,7 +200,7 @@ public class DistributionDatarepair { |
|
|
|
Long id = entries.getLong("singnforId"); |
|
|
|
Long id = entries.getLong("singnforId"); |
|
|
|
|
|
|
|
|
|
|
|
Map<String, Object> map = distributionSignforClient.clerkCheckPushData(id); |
|
|
|
Map<String, Object> map = distributionSignforClient.clerkCheckPushData(id); |
|
|
|
log.info(">>> 推送失败 map :{}",map); |
|
|
|
log.info(">>> 推送反馈信息 map :{}",map); |
|
|
|
Boolean b = (Boolean) map.get("result"); |
|
|
|
Boolean b = (Boolean) map.get("result"); |
|
|
|
if (b != null && b) { |
|
|
|
if (b != null && b) { |
|
|
|
warehouseMappingDataMapper.updateClearSignforStatus(id, entries.getLong("warehouseId"), 1); |
|
|
|
warehouseMappingDataMapper.updateClearSignforStatus(id, entries.getLong("warehouseId"), 1); |
|
|
@ -226,7 +226,7 @@ public class DistributionDatarepair { |
|
|
|
Map<String, Object> map = distributionSignforClient.clerkCheckPushData(Long.parseLong(params)); |
|
|
|
Map<String, Object> map = distributionSignforClient.clerkCheckPushData(Long.parseLong(params)); |
|
|
|
Long id = Long.parseLong(params); |
|
|
|
Long id = Long.parseLong(params); |
|
|
|
Boolean b = (Boolean) map.get("result"); |
|
|
|
Boolean b = (Boolean) map.get("result"); |
|
|
|
log.info(">>> 推送失败 map :{}",map); |
|
|
|
log.info(">>> 推送反馈信息 map :{}",map); |
|
|
|
if (b != null && b) { |
|
|
|
if (b != null && b) { |
|
|
|
warehouseMappingDataMapper.updateClearSignforStatusBysignforId(Long.parseLong(params), 1); |
|
|
|
warehouseMappingDataMapper.updateClearSignforStatusBysignforId(Long.parseLong(params), 1); |
|
|
|
log.info(">>> 推送成功 {}", Long.parseLong(params)); |
|
|
|
log.info(">>> 推送成功 {}", Long.parseLong(params)); |
|
|
|