取消同步状态值1改为0
This commit is contained in:
@@ -123,7 +123,7 @@ public class ConfigSynchronizationController extends BaseController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
Map<String,Integer> map = new HashMap();
|
Map<String,Integer> map = new HashMap();
|
||||||
map.put("syncStatus", 1);
|
map.put("syncStatus", 0);
|
||||||
JSONObject result = ConfigServiceUtil.configSyncCmd(BaseService.gsonToJson(map));//取消同步
|
JSONObject result = ConfigServiceUtil.configSyncCmd(BaseService.gsonToJson(map));//取消同步
|
||||||
}else{
|
}else{
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user