|
@ -727,7 +727,7 @@ public class ProfessorService {
|
727
|
727
|
@Get
|
728
|
728
|
@Path("/pqBaseInfo")
|
729
|
729
|
PageQueryResult<EditProfessor> queryEditBaseInfo(@JdbcConn(false) Connection con, @Nullable String key, @Nullable String subject, @Nullable String industry,
|
730
|
|
@Nullable String address, @DefaultValue("1") Integer authType, @DefaultValue("10") int pageSize, @DefaultValue("1") int pageNo)
|
|
730
|
@Nullable String address, @Nullable Integer authType, @DefaultValue("10") int pageSize, @DefaultValue("1") int pageNo)
|
731
|
731
|
throws SQLException {
|
732
|
732
|
if (key != null) {
|
733
|
733
|
key = "%" + key + "%";
|