Commit 707d39ea by 裴大威

fix ID1008253

parent 9f8ceb83
......@@ -133,6 +133,8 @@ public class BookKeywordBizImpl implements BookKeywordBiz {
final Long warehouseId = bookKeywordWarehouseBiz.addBookKeyword(setKeywordVO);
bookKeyword.setWarehouseId(warehouseId);
bookKeyword.setIsWarehouse(1);
} else {
bookKeyword.setIsWarehouse(0);
}
bookKeywordDao.insert(bookKeyword);
}
......
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