Explorar o código

默认状态1

yjwang hai 3 semanas
pai
achega
7e3ab23c41

+ 1 - 0
fs-service/src/main/java/com/fs/hisStore/service/impl/FsStoreScrmServiceImpl.java

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