Explorar el Código

代码优化(便于查询)

anderx hace 7 años
padre
commit
6937e9b379

+ 1 - 1
src/main/java/com/goafanti/admin/controller/AdminSuperviserApiController.java

@@ -35,7 +35,7 @@ import com.goafanti.core.shiro.token.TokenManager;
 import com.goafanti.user.service.UserService;
 
 @Controller
-@RequestMapping(value = "api/admin/superviser")
+@RequestMapping(value = "/api/admin/superviser")
 public class AdminSuperviserApiController extends CertifyApiController {
 	@Resource
 	private NewAdminService			newAdminService;

+ 1 - 1
src/main/java/com/goafanti/common/mapper/DemandMapper.xml

@@ -1106,7 +1106,7 @@
   		where d.deleted_sign = 0 and d.status = 0
   		and dp.publish_client=0
 		and dp.publish_page='W02'
-		and dp.publish_platform='112461d9-2120-4809-b709-3cb5f5acfcc3'
+		and bi.domain_name like  "%"#{url,jdbcType=VARCHAR}"%"
   	<if test="keyword != null">
   			and d.keyword like "%"#{keyword,jdbcType=VARCHAR}"%"
   		</if>