Commit 84f42e1b by 何文超

增加日志

parent eab47cb0
......@@ -8,6 +8,8 @@ import java.util.Map;
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.lang3.StringUtils;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
......@@ -60,6 +62,9 @@ public class AppletConfigGoodsController {
@Autowired
private MallGoodsBusinessApiService mallGoodsBusinessApiService;
private static final Logger log = LogManager.getLogger(AppletConfigGoodsController.class);
@RequestMapping("get-mall-cord-list")
public RestResponse getMallCordList(String appConfigId, Long shopId) {
Long areaId = null;
......
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