소스 검색

全过程实施阶段工程进度款管理,施工单位工程款支付明细表按照已累计完成价款的升序排序

user5 3 년 전
부모
커밋
d3c5dcf7f1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mappings/modules/workcontent/WorkScheduleDao.xml

+ 1 - 1
src/main/resources/mappings/modules/workcontent/WorkScheduleDao.xml

@@ -54,7 +54,7 @@
 				ORDER BY ${page.orderBy}
 			</when>
 			<otherwise>
-				ORDER BY a.update_date DESC
+				ORDER BY a.before_cumulative_completion_money*1 asc, a.update_date DESC
 			</otherwise>
 		</choose>
 	</select>