|
|
|
@@ -33,6 +33,8 @@ public class WxMsgSignatureServiceImpl implements WxMsgSignatureService { |
|
|
|
//record.setId(UUID.randomUUID().toString().replaceAll("-", "")); |
|
|
|
IdWorker idWorker = new IdWorker(0, 0); |
|
|
|
record.setId(idWorker.nextId()); |
|
|
|
record.setTenantId("1"); |
|
|
|
record.setCreatetime(new Date()); |
|
|
|
wxMsgSignatureMapper.insertSelective(record); |
|
|
|
} else { |
|
|
|
wxMsgSignatureMapper.updateByPrimaryKeySelective(record); |
|
|
|
|