取消同步状态值1改为0

This commit is contained in:
zhangwei
2018-12-03 16:18:54 +08:00
parent 14826799e7
commit a43660afb6

View File

@@ -123,7 +123,7 @@ public class ConfigSynchronizationController extends BaseController {
}
}
Map<String,Integer> map = new HashMap();
map.put("syncStatus", 1);
map.put("syncStatus", 0);
JSONObject result = ConfigServiceUtil.configSyncCmd(BaseService.gsonToJson(map));//取消同步
}else{