加盟状态

This commit is contained in:
苏竹红
2024-06-18 15:03:28 +08:00
parent 5c05ff1635
commit 2180c75a64

View File

@@ -1,5 +1,6 @@
package com.cool.store.dao;
import com.cool.store.constants.CommonConstants;
import com.cool.store.dto.InvestmentCountDTO;
import com.cool.store.dto.PendingCountDTO;
import com.cool.store.dto.openPreparation.PlanLineDTO;
@@ -70,6 +71,8 @@ public class LineInfoDAO {
if(StringUtils.isNotEmpty(userId)){
lineInfo.setUpdateUserId(userId);
}
//准加盟商
lineInfo.setJoinStatus(CommonConstants.ONE);
lineInfo.setWorkflowSubStageStatus(workflowSubStageStatus.getCode());
return lineInfoMapper.updateByPrimaryKeySelective(lineInfo);
}