Ver a proveniência

审批流优化

release_toaliyun_real
luozukai há 7 anos
ascendente
cometimento
34e778ce34
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java Ver ficheiro

@@ -169,7 +169,7 @@ public class WxFlowServiceImpl implements WxFlowService {
WxFlowRecord wxFlowRecord = new WxFlowRecord();
wxFlowRecord.setUserName(assignee);
wxFlowRecord.setStatus(EnumFlowRecordStatus.ASSIGNEE.getCode());
result.add(wxFlowRecord);
result.add(0,wxFlowRecord);
}
}
return new ResultData(result);


Carregando…
Cancelar
Guardar