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