小程序接口修改
This commit is contained in:
@@ -28,7 +28,7 @@ namespace BLL
|
||||
var getFlowOperteList = ReturnFlowOperteList(projectId, userId, getDiaryDate.Value);
|
||||
getItem.ProjectId = projectId;
|
||||
getItem.UserId = userId;
|
||||
getItem.UserName = UserService.GetUserNameByUserId(userId);
|
||||
getItem.UserName = UserService.GetUserNameByUserIdForApi(userId);
|
||||
getItem.DiaryDate = diaryDate;
|
||||
getItem.HSEDiaryId = SQLHelper.GetNewID();
|
||||
getItem.Value1 = getValues1(getFlowOperteList, projectId, userId, getDiaryDate.Value);
|
||||
|
||||
Reference in New Issue
Block a user