|
|
|
@ -204,6 +204,7 @@ public class InventoryServiceBean { |
|
|
|
if (null == tempConfig) { |
|
|
|
throw new APException("当前配置参数不存在!"); |
|
|
|
} |
|
|
|
logger.info("获取库存件配置信息结束:"+JSON.toJSONString(tempConfig)); |
|
|
|
returnMap.put("resultCode", "200"); |
|
|
|
returnMap.put("obj", JSON.toJSONString(tempConfig)); |
|
|
|
} catch(APException e){ |
|
|
|
|