|
@ -124,7 +124,7 @@ public class HealthEduArticleDoctorService extends BaseService {
|
|
|
|
|
|
String pageInfo = " limit "+start+","+pagesize;
|
|
|
|
|
|
String orderBy = " order by a.id,a.czrq desc";
|
|
|
String orderBy = " order by a.czrq,a.id desc";
|
|
|
|
|
|
sql.append(where).append(orderBy).append(pageInfo);
|
|
|
List<Map<String, Object>> result = jdbcTemplate.queryForList(sql.toString(),params.toArray());
|