全局修改物理删除为逻辑删除,同时修改查询语句过滤删除标识

This commit is contained in:
qiankunpingtai
2019-04-01 17:07:13 +08:00
parent 7dc1cdaafc
commit 1f2cf8c313
85 changed files with 1632 additions and 224 deletions

View File

@@ -197,8 +197,11 @@
if (r) {
$.ajax({
type: "post",
url: "/unit/" + unitID + "/delete",
url: "/unit/batchDeleteUnitByIds",
dataType: "json",
data: ({
ids: unitID
}),
success: function (res) {
if(res && res.code == 200) {
$("#searchBtn").click();
@@ -237,7 +240,7 @@
}
$.ajax({
type: "post",
url: "/unit/batchDelete",
url: "/unit/batchDeleteUnitByIds",
dataType: "json",
async: false,
data: ({