소스 검색

客户修改

Guo1B0 1 년 전
부모
커밋
9371741df2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      fhKeeper/formulahousekeeper/management-crm/src/main/resources/mapper/CustomMapper.xml

+ 2 - 2
fhKeeper/formulahousekeeper/management-crm/src/main/resources/mapper/CustomMapper.xml

@@ -254,8 +254,8 @@
         from custom
         where company_id = #{companyId}
         and is_delete =#{isDelete}
-        and incharger_id = #{userId}
-        or incharger_id is null
+        and (incharger_id = #{userId}
+        or incharger_id is null)
         <if test="inchargerId != null and inchargerId != ''  ">
             and incharger_id =#{inchargerId}
         </if>