|
|
@@ -58,7 +58,7 @@ public interface SecondEntrustUserMapper extends BaseMapper<SecondEntrustUser> {
|
|
|
"where entrust_user_name = #{entrustUserName} " +
|
|
|
"and entrust_id_card = #{entrustIdCard} " +
|
|
|
"and delete_flag = 0 " +
|
|
|
- "and id != #{id} " +
|
|
|
+ "and id = #{id} " +
|
|
|
"order by created_time desc")
|
|
|
List<SecondEntrustUser> getByUserNameAndIdCard(@Param("entrustUserName") String entrustUserName,
|
|
|
@Param("entrustIdCard") String entrustIdCard,
|