|
|
|
@@ -56,7 +56,7 @@ public class WxAdminLogServiceImpl implements WxAdminLogService { |
|
|
|
if (logList.size() > 0) { |
|
|
|
WxAdminLog log = logList.get(0); |
|
|
|
log.setCount(log.getCount() + 1); |
|
|
|
wxAdminLogMapper.updateByPrimaryKeySelective(record); |
|
|
|
wxAdminLogMapper.updateByPrimaryKeySelective(log); |
|
|
|
} else { |
|
|
|
final IdWorker idWorker = IdWorker.get(); |
|
|
|
reqQ.setId(idWorker.nextId()); |
|
|
|
|