瀏覽代碼

查询条件bug修改

785834757 2 年之前
父節點
當前提交
73f18e9079
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>