|
@@ -44,8 +44,8 @@ public class McTbEventImpl implements TBEvent {
|
|
|
Map node = _getNodeDetail(list,nodeId);
|
|
Map node = _getNodeDetail(list,nodeId);
|
|
|
if(String.valueOf(node.get("name")).contains("接单")){
|
|
if(String.valueOf(node.get("name")).contains("接单")){
|
|
|
List<String> assigneeIds = isBegin? new ArrayList<>() :UtilMap.getList(node,"assigneeIds");
|
|
List<String> assigneeIds = isBegin? new ArrayList<>() :UtilMap.getList(node,"assigneeIds");
|
|
|
- String startDate = isBegin? "null": UtilMap.getString(node,"startDate");
|
|
|
|
|
- String dueDate = isBegin? "null": UtilMap.getString(node,"dueDate");
|
|
|
|
|
|
|
+ String startDate = isBegin? null: UtilMap.getString(node,"startDate");
|
|
|
|
|
+ String dueDate = isBegin? null: UtilMap.getString(node,"dueDate");
|
|
|
Map nextMap=_getNextNode(list,nodeId);
|
|
Map nextMap=_getNextNode(list,nodeId);
|
|
|
if(nextMap!=null){
|
|
if(nextMap!=null){
|
|
|
String nextId = UtilMap.getString(nextMap,"id");
|
|
String nextId = UtilMap.getString(nextMap,"id");
|