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>