Commit b6062144 authored by wei's avatar wei 🎱

Expired

parent 14fdf92f
...@@ -150,7 +150,7 @@ public class ExtSupplierManageServiceImpl<V extends ExtSupplierManageVO> impleme ...@@ -150,7 +150,7 @@ public class ExtSupplierManageServiceImpl<V extends ExtSupplierManageVO> impleme
log.info("changeStatus.条数:{}", content.size()); log.info("changeStatus.条数:{}", content.size());
for (ExtSupplierManageVO extSupplierManageVO : content) { for (ExtSupplierManageVO extSupplierManageVO : content) {
Long id = extSupplierManageVO.getId(); Long id = extSupplierManageVO.getId();
this.changeStatus(id, "Expired", true); this.changeStatus(id, Constants.CONTEXT_DISABLE, true);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment