REQ-3201: 用枚举替换字符串
This commit is contained in:
parent
49d14a3468
commit
20f24f6b7f
@ -58,6 +58,7 @@ public class CardDao extends ServiceImpl<CardMapper, Card> {
|
||||
.one());
|
||||
}
|
||||
|
||||
// 外层有事务, 这里主要是为了suppress idea的警告
|
||||
@Transactional
|
||||
public void setSendSuccess(List<Card> cards, MessageTaskResp imResponse) {
|
||||
ArrayList<Card> updates = new ArrayList<>();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user