Commit b3290029 by 裴大威

fix bug

parent 046180d3
...@@ -134,6 +134,7 @@ public class BookKeywordBizImpl implements BookKeywordBiz { ...@@ -134,6 +134,7 @@ public class BookKeywordBizImpl implements BookKeywordBiz {
bookKeyword.setWarehouseId(warehouseId); bookKeyword.setWarehouseId(warehouseId);
bookKeyword.setIsWarehouse(1); bookKeyword.setIsWarehouse(1);
} else { } else {
bookKeyword.setWarehouseId(0L);
bookKeyword.setIsWarehouse(0); bookKeyword.setIsWarehouse(0);
} }
bookKeywordDao.insert(bookKeyword); bookKeywordDao.insert(bookKeyword);
......
...@@ -5,6 +5,8 @@ server: ...@@ -5,6 +5,8 @@ server:
eureka: eureka:
instance: instance:
status-page-url-path: /book/v1.0/swagger-ui.html status-page-url-path: /book/v1.0/swagger-ui.html
client:
register-with-eureka: false
spring: spring:
application: application:
......
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