提交 d4c81932 authored 作者: xuyanqi's avatar xuyanqi

工程阶段时间轴

上级 7cf75853
......@@ -328,7 +328,7 @@ public class ZhjcGhjhServiceImpl extends ServiceImpl<ZhjcGhjhMapper, ZhjcGhjh> i
@Override
public ZhjcGhjhTimeline queryLxGhjh(String gcxmId) {
Map<String,Object> xmbm = zhjcGhjhMapper.queryLxGhjh(gcxmId);
if(!xmbm.isEmpty()){
if(xmbm != null && !xmbm.isEmpty()){
return this.getZhjcGhjhByXmbm(xmbm.get("xmbm").toString());
}
return null;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论