Explorar el Código

待办-变更申请

lining hace 6 años
padre
commit
f264a8a78e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/dashoo.cn/backend/api/controllers/oilsupplier/todolist.go

+ 1 - 0
src/dashoo.cn/backend/api/controllers/oilsupplier/todolist.go

@@ -341,6 +341,7 @@ func (this *TodoListController) GetMyTaskEntityList() {
 				has := svc.GetEntity(&listInfo, whereinfo)
 				if has {
 					todo.Id = listInfo.Id
+					todo.SupplierId = strconv.Itoa(listInfo.SupplierId)
 					todo.Type = todolist.INFOCHANGE
 					todo.SupplierName = listInfo.SupplierName
 					todo.UserName = this.User.Realname