project-enforce/src/main/resources/mapper/enforce/EnforceOrderMapper.xml
@@ -82,10 +82,15 @@ AND check_level = #{checkLevel} </if> <if test="checkLevel != null "> AND apply_dept_id in #{checkLevel} <if test="applyDeptIds != null "> AND apply_dept_id in <foreach collection="applyDeptIds" item="applyDeptId" open="(" separator="," close=")"> #{applyDeptId} </foreach> </if> </where> </select>