Commit 17c9030e authored by suhuiguang's avatar suhuiguang

1.生产对接字典路径不对

parent 6a0ac055
...@@ -29,7 +29,7 @@ public interface TzsTcmServiceFeignClient { ...@@ -29,7 +29,7 @@ public interface TzsTcmServiceFeignClient {
* @param dictCode 字段类型 * @param dictCode 字段类型
* @return 列表 * @return 列表
*/ */
@RequestMapping(value = "/getDataDictionary/{dictCode}", method = RequestMethod.GET) @RequestMapping(value = "/data-dictionary/getDataDictionary/{dictCode}", method = RequestMethod.GET)
ResponseModel<Object> getDataDictionary(@PathVariable String dictCode); ResponseModel<Object> getDataDictionary(@PathVariable String dictCode);
} }
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