Merge remote-tracking branch 'origin/dev/feat/partner1.6_20231226' into dev/feat/partner1.6_20231226
This commit is contained in:
@@ -91,7 +91,7 @@ public class HyExhibitionDAO {
|
||||
}
|
||||
|
||||
|
||||
public Map<String,ExhibitionStatisticsDTO> exhibitionStatisticsMap(List<Integer> list) {
|
||||
public Map<Integer,ExhibitionStatisticsDTO> exhibitionStatisticsMap(List<Integer> list) {
|
||||
if (CollectionUtils.isEmpty(list)) {
|
||||
return new HashMap<>(4);
|
||||
}
|
||||
|
||||
@@ -116,7 +116,7 @@
|
||||
</if>
|
||||
</if>
|
||||
<if test="partnerUserId != null and partnerUserId!=''">
|
||||
and hpui.user_id = #{partnerUserId,jdbcType=VARCHAR}
|
||||
and hpui.partner_id = #{partnerUserId,jdbcType=VARCHAR}
|
||||
</if>
|
||||
</where>
|
||||
<if test="participationStatus == null">
|
||||
|
||||
Reference in New Issue
Block a user