浏览代码

debug sql

tags/24080901
PoffyZhang 1年前
父节点
当前提交
8776d447ad
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      pmapi/src/main/java/com/ningdatech/pmapi/projectlib/mapper/ProjectMapper.xml

+ 1
- 1
pmapi/src/main/java/com/ningdatech/pmapi/projectlib/mapper/ProjectMapper.xml 查看文件

@@ -389,7 +389,7 @@
<if test="req.userType != null and req.userType == 'region'">
<if test="req.regionCodes != null">
and b.base_area_code in
<foreach close=")" collection="regionCodes" item="code" open="(" separator=",">
<foreach close=")" collection="req.regionCodes" item="code" open="(" separator=",">
concat(#{code},'000')
</foreach>
</if>


正在加载...
取消
保存