yujian
2019-07-19 8222e8b237c5dfb0affcdc03335bfadc06403bf8
fanli/src/main/java/com/yeshi/fanli/service/impl/tlj/UserTaoLiJinReportServiceImpl.java
@@ -171,7 +171,7 @@
   
   @Override
   public UserTaoLiJinReport selectByPrimaryKey(String id) {
      return userTaoLiJinReportMapper.selectByPrimaryKey(id);
      return userTaoLiJinReportMapper.selectByPrimaryKeyStr(id);
   }
   
}