some refactors

This commit is contained in:
Sola
2015-12-12 02:08:50 +08:00
parent 88a564e0fe
commit 3abe6c868a
4 changed files with 25 additions and 24 deletions

View File

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