We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cf0bfc + 921b278 commit 05adb30Copy full SHA for 05adb30
src/main/java/org/support/project/knowledge/dao/PinsDao.java
@@ -69,6 +69,6 @@ public void insertPinByAdmin(Long id) {
69
entity.setInsertUser(ADMIN_ID);
70
entity.setInsertDatetime(new Timestamp(DateUtils.now().getTime()));
71
entity.setDeleteFlag(0);
72
- rawPhysicalInsert(entity);
+ physicalInsert(entity);
73
}
74
0 commit comments