@@ -78,6 +78,7 @@
nodeInfo.currentNodeId,
nodeInfo.recordId,
nodeInfo.handlerId,
+ nodeInfo.state AS nodeState,
pFund.id AS productionFundId,
pFund.standard_amount,
pFund.production_should_amount,
@@ -67,6 +67,11 @@ public class AssetsVO extends Assets {
private String handlerName;
/**
+ * 当前节点状态
+ */
+ private String nodeState;
+
+ /**
* 项目负责人
*/
@Excel(name = "项目负责人")