|
@ -340,7 +340,7 @@ public class SignPatientLabelInfoService extends BaseService {
|
|
|
" AND t1.patient = t2.patient " +
|
|
|
" AND (t1.doctor = ? or t1.doctor_health = ?)" +
|
|
|
" AND t1.status > 0 " +
|
|
|
" AND t1.admin_team_code = ? order by p.standard_status,p.disease_condition,t2.label,t1.openid desc,convert(t1.name using gbk) ";
|
|
|
" AND t1.admin_team_code = ? order by p.standard_status DESC ,p.disease_condition DESC,t2.label DESC,t1.openid DESC ,convert(t1.name using gbk) ";
|
|
|
if(StringUtils.isNotBlank(diseaseCondition)) {
|
|
|
args = new Object[]{labelCode, diseaseCondition, labelType, doctor, doctor, teamCode};
|
|
|
}else{
|