jiapeng 7 years ago
parent
commit
3e589e29c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/ekexiu/portal/ware/WareService.java

+ 1 - 1
src/main/java/com/ekexiu/portal/ware/WareService.java

@ -539,7 +539,7 @@ public class WareService {
539 539
	 * @throws SQLException
540 540
	 */
541 541
	@Get
542
	@Path("/pg/search")
542
	@Path("/pq/search")
543 543
	public PageQueryResult<Ware> pageQuery(@JdbcConn Connection con, @Nullable String key, String pid, int pageSize, int pageNo) throws SQLException {
544 544
		if (key != null) {
545 545
			key = "%" + key + "%";