admin
2020-01-07 6fdcc0c26dd33e87a024a69ed635d9aedb59cad6
fanli/src/main/java/com/yeshi/fanli/service/impl/help/AppPageNotificationServiceImpl.java
@@ -54,6 +54,11 @@
   }
   @Override
   public void updateByPrimaryKey(AppPageNotification record) {
      appPageNotificationMapper.updateByPrimaryKey(record);
   }
   @Override
   public void updateByPrimaryKeySelective(AppPageNotification record) {
      appPageNotificationMapper.updateByPrimaryKeySelective(record);      
   }