Browse Source

注释修改

anderx 7 years ago
parent
commit
b025637d6a

+ 3 - 3
src/main/java/com/goafanti/common/dao/MessageFromSystemMapper.java

@@ -80,7 +80,7 @@ public interface MessageFromSystemMapper {
 	int updateByPrimaryKey(MessageFromSystem record);
 
 	/**
-     * 查询发�?�目�??
+     * 查询发?目?
      * @param sql
      * @return
      */
@@ -122,7 +122,7 @@ public interface MessageFromSystemMapper {
 	String selectJPushAcc(@Param("uid")String uid);
 
 	/**
-	 * 绑定第三方账�?
+	 * 绑定第三方账
 	 * @param uuid
 	 * @param registrationId
 	 * @param userName
@@ -133,7 +133,7 @@ public interface MessageFromSystemMapper {
 			@Param("easemobName")String easemobName, @Param("easemobPass")String easemobPass, @Param("uid")String uid,@Param("lastLoginTime")Date lastLoginTime);
 	
 	/**
-	 * 把消息置为已�??
+	 * 把消息置为已
 	 * @param messageId
 	 * @param uid
 	 * @param readTime

+ 5 - 5
src/main/java/com/goafanti/common/dao/UserMapper.java

@@ -148,7 +148,7 @@ public interface UserMapper {
 	User findUserAccountDetail(@Param("uid")String uid);
 
 	/**
-	 * 查看客户联系人列��????
+	 * 查看客户联系人列
 	 * @param uid
 	 * @return
 	 */
@@ -169,7 +169,7 @@ public interface UserMapper {
 	List<BusinessListBo> findBusinessByFollowId(String followId);
 
 	/**
-	 * 查询客户��????有联系人
+	 * 查询客户有联系人
 	 * @param uid
 	 * @return
 	 */
@@ -213,12 +213,12 @@ public interface UserMapper {
 	int updateRefusedCustomer(@Param("id")String id,  @Param("nickname")String nickname, @Param("mobile")String mobile, @Param("societyTag")String societyTag);
 
 	/**
-	 * 查看客户锁定的业��??
+	 * 查看客户锁定的业
 	 * @param uid 摰X�ID
 	 * @param aid 管理员ID
 	 * @param businessProjectId 业务项目的ID
-	 * @param type 锁定类型  0-客户 ��??1-业务
-	 * @param status 锁定状�?? 0-锁定��??1-待释放,2-已释��??
+	 * @param type 锁定类型  0-客户 1-业务
+	 * @param status 锁定状态 0-锁定中1-待释放,2-已释放
 	 * @return
 	 */
 	List<LockingReleaseBo> selectLockedProject(@Param("uid")String uid,@Param("aid")String aid,@Param("businessProjectId")String businessProjectId, @Param("type")Integer type,@Param("status")Integer status);