加盟状态
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
package com.cool.store.dao;
|
package com.cool.store.dao;
|
||||||
|
|
||||||
|
import com.cool.store.constants.CommonConstants;
|
||||||
import com.cool.store.dto.InvestmentCountDTO;
|
import com.cool.store.dto.InvestmentCountDTO;
|
||||||
import com.cool.store.dto.PendingCountDTO;
|
import com.cool.store.dto.PendingCountDTO;
|
||||||
import com.cool.store.dto.openPreparation.PlanLineDTO;
|
import com.cool.store.dto.openPreparation.PlanLineDTO;
|
||||||
@@ -70,6 +71,8 @@ public class LineInfoDAO {
|
|||||||
if(StringUtils.isNotEmpty(userId)){
|
if(StringUtils.isNotEmpty(userId)){
|
||||||
lineInfo.setUpdateUserId(userId);
|
lineInfo.setUpdateUserId(userId);
|
||||||
}
|
}
|
||||||
|
//准加盟商
|
||||||
|
lineInfo.setJoinStatus(CommonConstants.ONE);
|
||||||
lineInfo.setWorkflowSubStageStatus(workflowSubStageStatus.getCode());
|
lineInfo.setWorkflowSubStageStatus(workflowSubStageStatus.getCode());
|
||||||
return lineInfoMapper.updateByPrimaryKeySelective(lineInfo);
|
return lineInfoMapper.updateByPrimaryKeySelective(lineInfo);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user