版本提交
This commit is contained in:
parent
129ea0e597
commit
699e3abd91
@ -41,6 +41,7 @@ public class ProductController extends BaseController {
|
||||
}
|
||||
|
||||
@PostMapping("/releaseGoods")
|
||||
@SaIgnore
|
||||
public R<Void> releaseGoods(@RequestBody Map map){
|
||||
// 异步执行
|
||||
CompletableFuture.runAsync(() -> {
|
||||
|
||||
@ -311,6 +311,10 @@ public class BookBaseInfoServiceImpl implements IBookBaseInfoService {
|
||||
data.put("update_time", updateTime);
|
||||
}
|
||||
|
||||
if (bo.getIsSuit() != null){
|
||||
data.put("is_suit",bo.getIsSuit());
|
||||
}
|
||||
|
||||
return data;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user