This commit is contained in:
2022-03-09 00:48:50 +00:00
parent 190fbb8442
commit b4cf8e31e3

View File

@@ -7,7 +7,7 @@ namespace AyaNova.DataList
public NotificationDeliveryLogDataList(long translationId)
{
DefaultListAType = AyaType.Project;
SQLFrom = @"select anotifydeliverylog.processed, anotifysubscription.id as subscriptionid, auser.name as username from anotifydeliverylog
SQLFrom = @"from anotifydeliverylog
left join anotifysubscription on anotifysubscription.id = anotifydeliverylog.notifysubscriptionid
left join auser on anotifysubscription.userid=auser.id";
var RoleSet = BizRoles.GetRoleSet(DefaultListAType);