‘linchangsheng’ 4 달 전
부모
커밋
a6b85a26a1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mall-server-sync-api/src/main/resources/mapper/workorder/OrderBaseCMapper.xml

+ 1 - 1
mall-server-sync-api/src/main/resources/mapper/workorder/OrderBaseCMapper.xml

@@ -148,7 +148,7 @@
         <if test="companyWechatId != null and companyWechatId !=''">
             and a.company_wechat_id = #{companyWechatId}
         </if>
-        <if test="adminWebsitIds != null and adminWebsitIds.size > 0 and adminUserType != null and adminUserType == 0">
+        <if test="adminWebsitIds != null and adminWebsitIds.size > 0">
             AND (
             a.websit_id IN
             <foreach item="item" index="index" collection="adminWebsitIds" open="(" separator="," close=")">