浏览代码

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

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>