Commit c04a3176 authored by wei's avatar wei 🎱

Merge remote-tracking branch 'origin/master'

parents fc1e24d6 307dacd2
...@@ -45,7 +45,7 @@ public class ExtSupplierManageServiceImpl<V extends ExtSupplierManageVO> impleme ...@@ -45,7 +45,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