|
@@ -202,6 +202,7 @@ public class SaleSiteMgrController extends BaseApiController {
|
|
|
channelExcel.setCommRate(channelVO.getCommRate());
|
|
|
channelExcel.setName(channelVO.getName());
|
|
|
channelExcel.setParentsName(channelVO.getParentsName());
|
|
|
+ channelExcel.setCreatedTime(channelVO.getCreatedTime());
|
|
|
if (Objects.nonNull(channelVO.getCertifyStatus())) {
|
|
|
channelExcel.setCertifyStatus(channelVO.getCertifyStatus().getDesc());
|
|
|
}
|