Ver código fonte

金隅公文接收修改

中职版本
zhichao lei 4 anos atrás
pai
commit
8d3e4a3aae
3 arquivos alterados com 3 adições e 3 exclusões
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.WorkFlow/NodeMethod/Sys_ReceiveDocumentMethod.cs
  2. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.WorkFlow/NodeMethod/Sys_SendFileMethod.cs
  3. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.WorkFlow/NodeMethod/Sys_ReceiveDocumentMethod.cs Ver arquivo

@@ -21,7 +21,7 @@ namespace Learun.Application.WorkFlow


//审批同意的话需要 获取校长审批意见 //审批同意的话需要 获取校长审批意见
var list = nWFTaskIBLL.GetLogList(parameter.processId); var list = nWFTaskIBLL.GetLogList(parameter.processId);
var logEntity = list.FirstOrDefault(a => a.F_TaskUserName == "超级管理员");
var logEntity = list.FirstOrDefault(a => a.F_TaskUserName == "超级管理员" || a.F_TaskUserName=="关亮");
var entity = asset.GetEntityByProcessId(parameter.processId); var entity = asset.GetEntityByProcessId(parameter.processId);
if (null != entity && null != logEntity) if (null != entity && null != logEntity)
{ {


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.WorkFlow/NodeMethod/Sys_SendFileMethod.cs Ver arquivo

@@ -27,7 +27,7 @@ namespace Learun.Application.WorkFlow
{ {
asset.ChangeStatusByProcessId(parameter.processId, 2); asset.ChangeStatusByProcessId(parameter.processId, 2);
var list = nWFTaskIBLL.GetLogList(parameter.processId); var list = nWFTaskIBLL.GetLogList(parameter.processId);
var nwfTaskLogEntity = list.FirstOrDefault(a => a.F_TaskUserName == "关亮");
var nwfTaskLogEntity = list.FirstOrDefault(a => a.F_TaskUserName == "关亮" || a.F_TaskUserName=="超级管理员");
Sys_SendFileEntity entity = asset.GetEntityByProcessId(parameter.processId); Sys_SendFileEntity entity = asset.GetEntityByProcessId(parameter.processId);
if (nwfTaskLogEntity != null) if (nwfTaskLogEntity != null)
{ {


+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js Ver arquivo

@@ -7,7 +7,7 @@ export default {
"enableSignUp": true, "enableSignUp": true,
// 请求数据的接口地址;可以配置多个,开发环境下登录页会出现选择菜单供您选择 // 请求数据的接口地址;可以配置多个,开发环境下登录页会出现选择菜单供您选择
"apiHost": [ "apiHost": [
"https://oa.bjquanjiang.com/learun/adms"
"https://wx.qjkjedu.com/learun/adms"
], ],
// "apiHost": [ // "apiHost": [
// "http://192.168.2.94:31173/learun/adms" // "http://192.168.2.94:31173/learun/adms"


Carregando…
Cancelar
Salvar