|
|
@@ -118,6 +118,7 @@ public class StoreApplyFacadeImpl implements StoreApplyFacade {
|
|
|
storeApply.setEnType(apply.getEnType());
|
|
|
storeApply.setEnQualification(apply.getEnQualification());
|
|
|
storeApply.setBrands(apply.getBrands());
|
|
|
+ storeApply.setRemark(apply.getRemark());
|
|
|
// 不通过保存申请信息,通过则进行自动确认开通店铺操作
|
|
|
if (StoreApply.ApplyStatus.UNPASS == status) {
|
|
|
storeApplyService.handlerApply(storeApply);
|
|
|
@@ -177,6 +178,7 @@ public class StoreApplyFacadeImpl implements StoreApplyFacade {
|
|
|
storeApply.setBrands(apply.getBrands());
|
|
|
storeApply.setBannerUrl("http://dfs.ubtob.com/group1/M00/19/BF/CgpkyFlSBRmAcascAANK5vkByag940.jpg");
|
|
|
storeApply.setLogoUrl("https://mall.usoftchina.com/static/img/store/common/default.png");
|
|
|
+ storeApply.setRemark(apply.getRemark());
|
|
|
StoreApply savedApply = storeApplyService.handlerApply(storeApply);
|
|
|
return ResultMap.success(savedApply.getUuid());
|
|
|
}
|