소스 검색

代码优化开发20211024

MSY 3 년 전
부모
커밋
bde46e8f06
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/resources/mapper/customer/CustomerMapper.xml

+ 1 - 0
src/main/resources/mapper/customer/CustomerMapper.xml

@@ -62,6 +62,7 @@
         and EXISTS (select 1 from t_customer_rec t where t.customerName = customer_name and t.company_Name LIKE CONCAT('%',#{customer.subCompany},'%'))
       </if>
     </where>
+    order by first_sign desc
   </select>
   <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Integer" >
     select