| | |
| | | #{id} |
| | | </foreach>) |
| | | </if> |
| | | <if test="dto.projectSort == null or dto.projectSort ==0"> |
| | | ORDER BY info.status desc ,info.project_progress desc |
| | | <if test="dto.projectSort == null"> |
| | | ORDER BY info.status desc ,info.project_progress desc NULLS LAST |
| | | </if> |
| | | <if test="dto.projectSort ==1"> |
| | | ORDER BY info.project_progress desc NULLS LAST |
| | | <!-- |
| | | <if test="dto.projectSort ==1"> |
| | | ORDER BY info.project_progress desc NULLS LAST |
| | | </if> |
| | | <if test="dto.projectSort != null and dto.projectSort ==2"> |
| | | ORDER BY info.sk_id asc |
| | | </if>--> |
| | | <if test="dto.projectSort != null and dto.projectSort ==3"> |
| | | ORDER BY info.surface_progress desc NULLS LAST |
| | | </if> |
| | | <if test="dto.projectSort != null and dto.projectSort ==2"> |
| | | ORDER BY info.sk_id asc |
| | | <if test="dto.projectSort != null and dto.projectSort ==4"> |
| | | ORDER BY info.video_progress desc NULLS LAST |
| | | </if> |
| | | <if test="dto.projectSort != null and dto.projectSort ==5"> |
| | | ORDER BY info.trans_progress desc NULLS LAST |
| | | </if> |
| | | <if test="dto.projectSort != null and dto.projectSort ==6"> |
| | | ORDER BY info.seepage_progress desc NULLS LAST |
| | | </if> |
| | | </select> |
| | | |