BUGFIX:子账号批量导入、brand dna返回计算时间、按权限范围查询design频次

This commit is contained in:
2025-08-26 15:49:02 +08:00
parent 3cc329f983
commit 83ba69c950
5 changed files with 28 additions and 16 deletions

View File

@@ -45,6 +45,9 @@
a.system_user IN (0, 1, 2, 3, 4)
</when>
</choose>
<if test="organizationName != null and organizationName != ''">
AND a.organization_name = #{organizationName}
</if>
<if test="startTime != null and startTime != '' and endTime != null and endTime != ''">
AND b.create_date between #{startTime} and #{endTime}
</if>