mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2026-02-11 12:49:31 +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