全局修改物理删除为逻辑删除,同时修改查询语句过滤删除标识
This commit is contained in:
@@ -192,8 +192,11 @@
|
||||
if (r) {
|
||||
$.ajax({
|
||||
type: "post",
|
||||
url: "/systemConfig/" + systemConfigId + "/delete",
|
||||
url: "/systemConfig/batchDeleteSystemConfigByIds",
|
||||
dataType: "json",
|
||||
data: ({
|
||||
ids: systemConfigId
|
||||
}),
|
||||
success: function (res) {
|
||||
if(res && res.code == 200) {
|
||||
$("#searchBtn").click();
|
||||
@@ -235,7 +238,7 @@
|
||||
} else {
|
||||
$.ajax({
|
||||
type: "post",
|
||||
url: "/systemConfig/batchDelete",
|
||||
url: "/systemConfig/batchDeleteSystemConfigByIds",
|
||||
dataType: "json",
|
||||
async: false,
|
||||
data: ({
|
||||
|
||||
Reference in New Issue
Block a user