diff --git a/ruoyi-system/src/main/resources/mapper/yingji/BEnterpriseNewMapper.xml b/ruoyi-system/src/main/resources/mapper/yingji/BEnterpriseNewMapper.xml index 72cedc6..4dc4792 100644 --- a/ruoyi-system/src/main/resources/mapper/yingji/BEnterpriseNewMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/yingji/BEnterpriseNewMapper.xml @@ -76,14 +76,14 @@ and s.enterprise_name like concat('%', #{enterpriseName}, '%') - - and s.district like concat('%',#{district}, '%') + + and a.district like concat('%',#{district}, '%') - - and s.district like concat('%',#{district}, '%') + + and a.district like concat('%',#{district}, '%') - - and s.district in + + and a.district in #{item} diff --git a/ruoyi-system/src/main/resources/mapper/yingji/BPlanEnterpriseMapper.xml b/ruoyi-system/src/main/resources/mapper/yingji/BPlanEnterpriseMapper.xml index 790463f..835fb98 100644 --- a/ruoyi-system/src/main/resources/mapper/yingji/BPlanEnterpriseMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/yingji/BPlanEnterpriseMapper.xml @@ -76,13 +76,13 @@ and a.update_id = #{updateId} and a.user_id = #{userId} and a.dept_id = #{deptId} - + and a.district like concat('%',#{district}, '%') - + and a.district like concat('%',#{district}, '%') - + and a.district in #{item}