|
|
@@ -68,7 +68,7 @@ public class ThirdPartyWorkflowJob extends AbstractJob{
|
|
|
String formKey = formKeyAry[i];
|
|
|
String defKey = defKeyAry[i];
|
|
|
String nodeNum = nodeNumAry[i];
|
|
|
- String undoFlag = "待处理";
|
|
|
+ String undoFlag = "待推送";
|
|
|
if (undoFlagAry != null && i < undoFlagAry.length) {
|
|
|
undoFlag = undoFlagAry[i];
|
|
|
}
|