|
@@ -140,6 +140,7 @@ public class FsStoreScrmServiceImpl implements IFsStoreScrmService {
|
|
|
fsStore.setMerchantId(merchantId);
|
|
fsStore.setMerchantId(merchantId);
|
|
|
fsStore.setStoreSeq(sequence);
|
|
fsStore.setStoreSeq(sequence);
|
|
|
fsStore.setQualificationUpdateTime(LocalDate.now());
|
|
fsStore.setQualificationUpdateTime(LocalDate.now());
|
|
|
|
|
+ fsStore.setStatus(1);//新增默认启用状态
|
|
|
fsStoreMapper.insertFsStore(fsStore);
|
|
fsStoreMapper.insertFsStore(fsStore);
|
|
|
//信息发布
|
|
//信息发布
|
|
|
applicationEventPublisher.publishEvent(fsStore);
|
|
applicationEventPublisher.publishEvent(fsStore);
|