bug修改。
This commit is contained in:
parent
63cbab59ca
commit
40bb96cfdd
@ -63,6 +63,7 @@ public class FullSyncC0012 implements ApplicationEventPublisherAware {
|
||||
|
||||
@KafkaListener(topics = "C0012")
|
||||
public void messageMsg(ConsumerRecord<?, ?> record) {
|
||||
System.out.println("收到全量同步命令");
|
||||
JSONObject jsonObject = JSONObject.parseObject(record.value().toString());
|
||||
Map<String, Object> params = new HashMap<>();
|
||||
if(!"delete".equals(jsonObject.getString("action"))) {
|
||||
|
@ -931,8 +931,8 @@
|
||||
initBaseSysInfoData();
|
||||
|
||||
|
||||
setFileZZ();
|
||||
/*testDat();
|
||||
/*setFileZZ();
|
||||
testDat();
|
||||
getkeyplace();
|
||||
getkeyarea();
|
||||
setFileKey();
|
||||
|
Loading…
Reference in New Issue
Block a user