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

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

@ -454,7 +454,7 @@ public class WareService {
454 454
	 * @throws SQLException
455 455
	 */
456 456
	@Get
457
	@Path("/pq/org/seach")
457
	@Path("/pq/org/search")
458 458
	public PageQueryResult<CountWare> pageQueryOrg(@JdbcConn Connection con, @Nullable String key, String oid, int pageSize, int pageNo) throws SQLException {
459 459
		if (key != null) {
460 460
			key = "%" + key + "%";
@ -539,7 +539,7 @@ public class WareService {
539 539
	 * @throws SQLException
540 540
	 */
541 541
	@Get
542
	@Path("/pg/seach")
542
	@Path("/pg/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 + "%";