yujian
2019-12-12 8c04d27e5cebb7e654c208533e9567c4df2c8acc
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);      
   }