Commit 307dacd2 authored by 侯彦文's avatar 侯彦文

供应商管理流程启动

parent 747c2f42
...@@ -44,7 +44,7 @@ public class ExtSupplierManageServiceImpl<V extends ExtSupplierManageVO> impleme ...@@ -44,7 +44,7 @@ public class ExtSupplierManageServiceImpl<V extends ExtSupplierManageVO> impleme
@Override @Override
public ExtSupplierManageVO startWorkflow(Long id) { public ExtSupplierManageVO startWorkflow(Long id) {
ExtSupplierManageVO extSupplierManageVO = get(id); ExtSupplierManageVO extSupplierManageVO= this.get(id);
if (extSupplierManageVO == null) { if (extSupplierManageVO == null) {
throw new DxBusinessException("500", "获取不到对象"); throw new DxBusinessException("500", "获取不到对象");
} }
......
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