|
@@ -910,6 +910,11 @@ public class StoreInfoServiceImpl extends ServiceImpl<StoreInfoMapper, StoreInfo
|
|
|
if (StringUtils.isNotEmpty(storeInfoDto.getStoreEvaluate())) {
|
|
if (StringUtils.isNotEmpty(storeInfoDto.getStoreEvaluate())) {
|
|
|
storeInfo.setStoreEvaluate(storeInfoDto.getStoreEvaluate());
|
|
storeInfo.setStoreEvaluate(storeInfoDto.getStoreEvaluate());
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ // 门店类型
|
|
|
|
|
+ if (storeInfoDto.getStoreTickets() != null) {
|
|
|
|
|
+ storeInfo.setStoreTickets(storeInfoDto.getStoreTickets());
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
// //处理分类信息(保留原有逻辑,如果还有使用的话)
|
|
// //处理分类信息(保留原有逻辑,如果还有使用的话)
|
|
|
// List<String> businessClassify = storeInfoDto.getBusinessClassify();
|
|
// List<String> businessClassify = storeInfoDto.getBusinessClassify();
|