BUGFIX:子账号批量导入、brand dna返回计算时间、按权限范围查询design频次
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user