소스 검색

[审批][修改][修改卷列表过滤审批状态]

release_toaliyun_real
luozukai 7 년 전
부모
커밋
0b6b508051
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxRentContractMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxRentContractMapper.xml 파일 보기

@@ -348,7 +348,7 @@
<if test=" null != operationType ">and rc.`operation_type` = #{operationType}</if>
</where>
<if test=" null != sortColumns">order by ${sortColumns}</if>
<if test=" null == sortColumns">order by rc.id desc</if>
<if test=" null == sortColumns">order by rc.createtime desc,rc.id desc</if>
</select>




불러오는 중...
취소
저장