jiangbiao 2 лет назад
Родитель
Сommit
0390706441

+ 0 - 1
master/src/main/resources/mybatis/invoice/TInvoiceUserUnitMapper.xml

@@ -72,7 +72,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             and d.del_flag = 0
         </where>
         group by d.user_unit
-        ${params.dataScope}
     </select>
 
     <select id="selectTInvoiceUserUnitById" parameterType="Long" resultMap="TInvoiceUserUnitResult">