|
@@ -186,6 +186,7 @@ public class SellerPcDecoController extends BaseController {
|
|
|
example.setDecoType(tplPcMallDecoDb.getDecoType());
|
|
|
example.setIsEnable(TplPcConst.IS_ENABLE_YES);
|
|
|
example.setStoreId(vendor.getStoreId());
|
|
|
+ example.setWebSite(tplPcMallDecoDb.getWebSite());
|
|
|
TplPcMallDeco disableDeco = new TplPcMallDeco();
|
|
|
disableDeco.setIsEnable(TplPcConst.IS_ENABLE_NO);
|
|
|
tplPcMallDecoModel.updateTplPcMallDecoByExample(disableDeco, example);
|