ORDER BY IF(t.`status` = '1', '3', '4'), t.cdt DESC 如果 status字段 值为 1,则结果为“3”,否则结果为“4”。故status字段值为1的在前。