feat:发票回传数据处理
This commit is contained in:
@@ -336,4 +336,14 @@ public class ShopStageInfoDAO {
|
||||
}
|
||||
return shopStageInfoMapper.getPlatformBuildStage(shopIds);
|
||||
}
|
||||
|
||||
/**
|
||||
* 数据处理 查询所有子阶段 通过子阶段对应的阶段状态 做对应的数据处理
|
||||
* @param shopSubStage
|
||||
* @return
|
||||
*/
|
||||
public List<ShopStageInfoDO> getSubStages(Integer shopSubStage){
|
||||
return shopStageInfoMapper.getSubStageList(null,shopSubStage);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user