Commit b2e7ac23 by Java-金吉宝

录音错误

parent 373c49ab
...@@ -57,7 +57,7 @@ public interface CallDao extends BaseDao { ...@@ -57,7 +57,7 @@ public interface CallDao extends BaseDao {
public String getIdByPhone(String mobileNubmer); public String getIdByPhone(String mobileNubmer);
public CallRecordListEntity get(CallRecordListEntity callRecordListEntity); public List<CallRecordListEntity> get(CallRecordListEntity callRecordListEntity);
public List<CallRecordListEntity> getList(CallRecordListEntity callRecordListEntity); public List<CallRecordListEntity> getList(CallRecordListEntity callRecordListEntity);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment