@ -16,7 +16,6 @@ import org.springframework.web.bind.annotation.PostMapping;
*/
@FeignClient(name = ServiceConstant.EPDC_OSS_SERVER, fallback = OssFeignClientFallback.class)
public interface OssFeignClient {
//,url = "http://127.0.0.1:9095"
/**
* File文件上传到文件服务器
@ -33,6 +33,9 @@
<if test="idcard != null and idcard != ''">
AND idcard like '%${idcard}%'
</if>
<if test="mobile != null and mobile != ''">
AND mobile like '%${mobile}%'
order by CREATED_TIME desc
</select>