Browse Source

查询条件bug修改

785834757 2 years ago
parent
commit
73f18e9079
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/modules/order/InsAreaCompanyMapper.xml

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

@@ -266,7 +266,7 @@
         </if>
 
         <if test="params.isExternal != null and params.isExternal != ''">
-            and iac.is_external = #{params.isExternal}
+            and io.is_external = #{params.isExternal}
         </if>
         order by iac.createtime desc
     </select>