From 6f2640a4aba1bb6ee334b3f40cbbf5d1c4547043 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期一, 12 八月 2019 17:09:00 +0800
Subject: [PATCH] 后台订单列表bug修改,ios添加更名提醒,自购立减深夜专题提醒

---
 fanli/src/main/java/com/yeshi/fanli/service/impl/tlj/UserTaoLiJinReportServiceImpl.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/impl/tlj/UserTaoLiJinReportServiceImpl.java b/fanli/src/main/java/com/yeshi/fanli/service/impl/tlj/UserTaoLiJinReportServiceImpl.java
index 58a9711..f29e2a1 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/impl/tlj/UserTaoLiJinReportServiceImpl.java
+++ b/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);
 	}
 	
 }

--
Gitblit v1.8.0