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