Commit 84aaeb9b authored by KeYong's avatar KeYong

更新

parent 44d93494
...@@ -22,5 +22,10 @@ ...@@ -22,5 +22,10 @@
<artifactId>YeeAmosFireAutoSysCommon</artifactId> <artifactId>YeeAmosFireAutoSysCommon</artifactId>
<version>${business.version}</version> <version>${business.version}</version>
</dependency> </dependency>
<dependency>
<groupId>com.yeejoin.amos</groupId>
<artifactId>YeeAMOSPatrolCommon</artifactId>
<version>${business.version}</version>
</dependency>
</dependencies> </dependencies>
</project> </project>
\ No newline at end of file
...@@ -56,6 +56,94 @@ public class SyncMqttMessageService { ...@@ -56,6 +56,94 @@ public class SyncMqttMessageService {
} }
break; break;
} }
case CONTINGENCY_PLAN_DETAIL: {
switch (operation) {
case DELETE: {
break;
}
default: {
}
}
}
case CONTINGENCY_PLAN_DETAIL: {
switch (operation) {
case DELETE: {
break;
}
default: {
}
}
}
case CONTINGENCY_PLAN_DETAIL: {
switch (operation) {
case DELETE: {
break;
}
default: {
}
}
}
case CONTINGENCY_PLAN_DETAIL: {
switch (operation) {
case DELETE: {
break;
}
default: {
}
}
}
case CONTINGENCY_PLAN_DETAIL: {
switch (operation) {
case DELETE: {
break;
}
default: {
}
}
}
case CONTINGENCY_PLAN_DETAIL: {
switch (operation) {
case DELETE: {
break;
}
default: {
}
}
}
case CONTINGENCY_PLAN_DETAIL: {
switch (operation) {
case DELETE: {
break;
}
default: {
}
}
}
case CONTINGENCY_PLAN_DETAIL: {
switch (operation) {
case DELETE: {
break;
}
default: {
}
}
}
default: default:
// Async.shutDown(); // Async.shutDown();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment