Commit bc789b62 authored by shiyu's avatar shiyu

过滤国外钱币

parent ddd4bc70
...@@ -110,7 +110,7 @@ public class ShiroConfig { ...@@ -110,7 +110,7 @@ public class ShiroConfig {
filterChainDefinitionMap.put("/admin/auth/index", "anon"); filterChainDefinitionMap.put("/admin/auth/index", "anon");
filterChainDefinitionMap.put("/admin/auth/403", "anon"); filterChainDefinitionMap.put("/admin/auth/403", "anon");
filterChainDefinitionMap.put("/actuator/health", "anon"); filterChainDefinitionMap.put("/actuator/health", "anon");
filterChainDefinitionMap.put("/admin/item/syn", "anon"); // filterChainDefinitionMap.put("/admin/item/syn", "anon");
// filterChainDefinitionMap.put("/admin/**", "anon"); // filterChainDefinitionMap.put("/admin/**", "anon");
filterChainDefinitionMap.put("/admin/**", "authc"); filterChainDefinitionMap.put("/admin/**", "authc");
......
...@@ -53,7 +53,7 @@ public class ItemController { ...@@ -53,7 +53,7 @@ public class ItemController {
@GetMapping("/syn") // @GetMapping("/syn")
public void syn() { public void syn() {
synCoinJob.execute(); synCoinJob.execute();
} }
......
...@@ -200,7 +200,7 @@ ...@@ -200,7 +200,7 @@
<selectKey keyProperty="id" order="AFTER" resultType="java.lang.Long"> <selectKey keyProperty="id" order="AFTER" resultType="java.lang.Long">
SELECT LAST_INSERT_ID() SELECT LAST_INSERT_ID()
</selectKey> </selectKey>
insert into item_temp (`name`, cid, is_on_sale, insert into item (`name`, cid, is_on_sale,
is_std, sort, share_image, is_std, sort, share_image,
top_image, price, create_time, top_image, price, create_time,
source_type, update_time, is_deleted, source_type, update_time, is_deleted,
......
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