|
|
@@ -3,9 +3,9 @@ package com.goafanti.common.dao;
|
|
|
import com.goafanti.common.model.OrganizationContactBook;
|
|
|
import com.goafanti.common.model.OrganizationContactBookExample;
|
|
|
import com.goafanti.user.bo.InputUserChannel;
|
|
|
+import org.apache.ibatis.annotations.Param;
|
|
|
|
|
|
import java.util.List;
|
|
|
-import org.apache.ibatis.annotations.Param;
|
|
|
|
|
|
public interface OrganizationContactBookMapper {
|
|
|
|
|
|
@@ -77,7 +77,7 @@ public interface OrganizationContactBookMapper {
|
|
|
*/
|
|
|
int updateByPrimaryKey(OrganizationContactBook record);
|
|
|
|
|
|
- int checkContacts(@Param("uid")String uid,@Param("mobile")String mobile,@Param("aid")String aid);
|
|
|
+ Integer checkContacts(@Param("uid")String uid,@Param("mobile")String mobile,@Param("aid")String aid);
|
|
|
|
|
|
int updateMainContact(@Param("ocbId")String ocbId);
|
|
|
|