Explorar el Código

审批流优化

release_toaliyun_real
luozukai hace 7 años
padre
commit
34e778ce34
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 fichero

@@ -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);


Cargando…
Cancelar
Guardar