소스 검색

供销社xml desc

wangzhe 1 년 전
부모
커밋
fb20e45ac8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      sooka-jnb/src/main/resources/mapper/cooperative/CooperativeMapper.xml

+ 1 - 0
sooka-jnb/src/main/resources/mapper/cooperative/CooperativeMapper.xml

@@ -35,6 +35,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="chargePhone != null  and chargePhone != ''"> and charge_phone = #{chargePhone}</if>
             <if test="imgUrl != null  and imgUrl != ''"> and img_url = #{imgUrl}</if>
         </where>
+        order by create_by desc
     </select>
     
     <select id="selectCooperativeById" parameterType="java.lang.Long" resultMap="CooperativeResult">