|
@@ -162,7 +162,7 @@
|
|
and p.score_package_name like concat('%',#{query.scorePackageName},'%')
|
|
and p.score_package_name like concat('%',#{query.scorePackageName},'%')
|
|
</if>
|
|
</if>
|
|
<if test="query.userId!=null and query.userId!=''">
|
|
<if test="query.userId!=null and query.userId!=''">
|
|
- and u.user_id=#{query.userId}
|
|
|
|
|
|
+ and u1.user_id=#{query.userId}
|
|
</if>
|
|
</if>
|
|
<if test="query.packageId!=null and query.packageId!=''">
|
|
<if test="query.packageId!=null and query.packageId!=''">
|
|
and s.package_id=#{query.packageId}
|
|
and s.package_id=#{query.packageId}
|