|
@@ -64,6 +64,7 @@ public class GhDetailServiceImpl implements GhDetailService {
|
|
|
ghDetailVo.setTypeName(GhTypeEnum.getTypeName(ghDetailVo.getType()));
|
|
|
ghDetailVo.setCreateTime(DateUtils.getDateString(ghDetail.getCreateTime().getTime(), "yyyy-MM-dd HH:mm:ss"));
|
|
|
ghDetailVo.setUpdateTime(DateUtils.getDateString(ghDetail.getUpdateTime().getTime(), "yyyy-MM-dd HH:mm:ss"));
|
|
|
+ ghDetailVo.setChannel(ghDetail.getChannel());
|
|
|
ghDetailVos.add(ghDetailVo);
|
|
|
}
|
|
|
}
|
|
@@ -72,7 +73,6 @@ public class GhDetailServiceImpl implements GhDetailService {
|
|
|
}
|
|
|
|
|
|
|
|
|
-
|
|
|
@Override
|
|
|
public CommonResponse<Void> addGhDetail(GhDetailVo ghDetailVo) {
|
|
|
if (ghDetailVo == null
|