|
|
@ -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); |
|
|
|
Boolean b = (Boolean) map.get("b"); |
|
|
|
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); |
|
|
|
log.info(">>> 推送成功 {}", id); |
|
|
|
log.info(">>> 推送成功 {}", id); |
|
|
|