mirror of
				https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
				synced 2025-11-01 02:46:19 +08:00 
			
		
		
		
	some refactors
This commit is contained in:
		| @@ -40,7 +40,7 @@ public class CancelHandler implements WxMpMessageHandler { | ||||
| 		} | ||||
| 		try (Session s = SQLCore.sf.openSession()) { | ||||
| 			t.setUpdateTime(new Date()); | ||||
| 			t.setDescription(lang("User_Cancel_Remark")); | ||||
| 			t.setRemark(lang("User_Cancel_Remark")); | ||||
| 			t.setStatus(Status.SOLVED); | ||||
| 			s.beginTransaction(); | ||||
| 			s.update(t); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sola
					Sola