Commit 84aaeb9b authored by KeYong's avatar KeYong

更新

parent 44d93494
......@@ -22,5 +22,10 @@
<artifactId>YeeAmosFireAutoSysCommon</artifactId>
<version>${business.version}</version>
</dependency>
<dependency>
<groupId>com.yeejoin.amos</groupId>
<artifactId>YeeAMOSPatrolCommon</artifactId>
<version>${business.version}</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
......@@ -56,6 +56,94 @@ public class SyncMqttMessageService {
}
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:
// 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