DAY_01
parent
0d2c933966
commit
ecfd8b6d4c
|
@ -67,6 +67,7 @@ public class BookInfoServiceImpl implements IBookInfoService
|
|||
public int updateBookInfo(BookInfo bookInfo)
|
||||
{
|
||||
bookInfo.setUpdateTime(DateUtils.getNowDate());
|
||||
System.out.println();
|
||||
return bookInfoMapper.updateBookInfo(bookInfo);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue