Guo1B0 10 ماه پیش
والد
کامیت
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>