Commit bc56703f by lixue123

内部接口增加分类字段

parent 7f308673
...@@ -306,7 +306,7 @@ ...@@ -306,7 +306,7 @@
<!-- 批量获取书籍信息(书名 与书刊序号 封面图) --> <!-- 批量获取书籍信息(书名 与书刊序号 封面图) -->
<select id="listBaseMapByIds" resultMap="bookMap" parameterType="list"> <select id="listBaseMapByIds" resultMap="bookMap" parameterType="list">
SELECT SELECT
BOOK_ID, ISBN,BOOK_NAME, COVER_IMG,SERIAL_NUMBER BOOK_ID, ISBN,BOOK_NAME, COVER_IMG,SERIAL_NUMBER,TEMPLET_ID
FROM FROM
BOOK BOOK
WHERE WHERE
......
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