소스 검색

报价详情 搜索条件修改

785834757 1 년 전
부모
커밋
bbc6e53582
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/modules/order/SysQuoteRecordMapper.xml

+ 1 - 1
src/main/resources/mapper/modules/order/SysQuoteRecordMapper.xml

@@ -55,7 +55,7 @@
                 AND sqr.result = #{param.result}
             </if>
             <if test="param.agent != null and param.agent != ''">
-                AND sqr.user_id = #{param.agent}
+                AND (sqr.user_id = #{param.agent} or su.name = #{param.agent})
             </if>
             <if test="param.operator != null and param.operator != ''">
                 AND sqr.operator = #{param.operator}