Commit b3290029 by 裴大威

fix bug

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