telephone-clients 4.0.0-1-85 → 4.0.0-1-86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -407,7 +407,7 @@ export default {
|
|
|
407
407
|
},
|
|
408
408
|
block(){
|
|
409
409
|
let http = new HttpResetClass()
|
|
410
|
-
let sql1 = `update
|
|
410
|
+
let sql1 = `update t_substitution set f_is_block = '封堵',service_version = service_version + 1 where f_service_id = '${this.msg.f_service_id}'`
|
|
411
411
|
let sql2 = `update t_serviceworkorder set f_is_block = '封堵',service_version = service_version + 1 where f_service_id = '${this.msg.f_service_id}'`
|
|
412
412
|
http.load('POST', `${this.$androidUtil.getProxyUrl()}/af-telephone/rs/logic/runSQL`, {data: {sql: sql1}}, {
|
|
413
413
|
resolveMsg: null,
|