|
@@ -270,7 +270,7 @@ public interface QwExternalContactMapper extends BaseMapper<QwExternalContact> {
|
|
|
"and (cu.nick_name like concat('%', #{companyUser}, '%') or cu.phonenumber= #{companyUser})"+
|
|
|
"</if> " +
|
|
|
" </where>"+
|
|
|
- "order by ec.id desc"+
|
|
|
+ "order by ec.create_time desc,ec.id desc"+
|
|
|
"</script>"})
|
|
|
List<QwExternalContactVO> selectQwExternalContactListVO(QwExternalContactParam qwExternalContact);
|
|
|
|