Commit b14d3430 zshaohui

1.满串半串接口 增加状态返回

1 个父辈 8c8a2988
......@@ -116,6 +116,7 @@ public class MaterialRestController {
MaterialLoc materialLoc = MaterialLocUtil.getStacker(stacker);
Map<String,Object> resultMap = new HashMap<>();
resultMap.put("stacker",stacker);
resultMap.put("status",materialLoc.getStatus());
String destination = materialLoc.getDestination();
if (StringUtils.isEmpty(destination)){
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!