service-common/src/main/java/com/java110/common/cmd/mall/OpenCommonApiCmd.java
@@ -38,7 +38,7 @@ @Override public void doCmd(CmdEvent event, ICmdDataFlowContext context, JSONObject reqJson) throws CmdException { mallCommonApiBmoImpl = ApplicationContextFactory.getBean(reqJson.getString("iotApiCode"), IMallCommonApiBmo.class); mallCommonApiBmoImpl = ApplicationContextFactory.getBean(reqJson.getString("mallApiCode"), IMallCommonApiBmo.class); if (mallCommonApiBmoImpl == null) { throw new CmdException("未实现该能力"); }