控制,未使用的模板发布,防止查询异常
This commit is contained in:
parent
74ba36ebd6
commit
7938cad0cc
@ -463,6 +463,7 @@ public class ShopPageAppController extends BaseControllerImpl {
|
|||||||
return CommonResult.failed("不存在模板");
|
return CommonResult.failed("不存在模板");
|
||||||
}
|
}
|
||||||
String storeId= user.getStore_id();
|
String storeId= user.getStore_id();
|
||||||
|
shopPageApp.setApp_is_use(0);
|
||||||
if(user.isPlatform()){
|
if(user.isPlatform()){
|
||||||
shopPageApp.setIs_pulish(isPublish);
|
shopPageApp.setIs_pulish(isPublish);
|
||||||
shopPageAppService.edit(shopPageApp);
|
shopPageAppService.edit(shopPageApp);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user