mirror of
				https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
				synced 2025-10-31 10:26:19 +08:00 
			
		
		
		
	fix 'duplicate association path'
This commit is contained in:
		| @@ -82,7 +82,6 @@ public class TableTicket extends SQLCore { | ||||
| 					.addOrder(Order.asc("u." + User.PROPERTY_BLOCK)) | ||||
| 					.addOrder(Order.desc(Ticket.PROPERTY_SUBMIT_TIME)) | ||||
| 					.add(Restrictions.ne(Ticket.PROPERTY_STATUS, Status.SOLVED)) | ||||
| 					.createCriteria(Ticket.PROPERTY_USER) | ||||
| 					.list(); | ||||
| 		} | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sola
					Sola