|
|
@@ -8,7 +8,7 @@
|
|
|
join content_platform_gzh_account cpgza on cpgd.account_id = cpgza.id
|
|
|
where cpgza.create_account_id = #{createAccountId}
|
|
|
<if test="param.accountId!= null and param.accountId!= ''">
|
|
|
- and cpgza.account_id = #{param.accountId}
|
|
|
+ and cpgza.id = #{param.accountId}
|
|
|
</if>
|
|
|
</select>
|
|
|
|
|
|
@@ -19,7 +19,7 @@
|
|
|
join content_platform_gzh_account cpgza on cpgd.account_id = cpgza.id
|
|
|
where cpgza.create_account_id = #{createAccountId}
|
|
|
<if test="param.accountId!= null and param.accountId!= ''">
|
|
|
- and cpgza.account_id = #{param.accountId}
|
|
|
+ and cpgza.id = #{param.accountId}
|
|
|
</if>
|
|
|
order by cpgd.date_str desc
|
|
|
limit #{offset}, #{pageSize}
|
|
|
@@ -31,7 +31,7 @@
|
|
|
join content_platform_gzh_account cpgza on cpgvd.account_id = cpgza.id
|
|
|
where cpgza.create_account_id = #{createAccountId}
|
|
|
<if test="param.accountId!= null and param.accountId!= ''">
|
|
|
- and cpgza.account_id = #{param.accountId}
|
|
|
+ and cpgza.id = #{param.accountId}
|
|
|
</if>
|
|
|
</select>
|
|
|
|
|
|
@@ -42,7 +42,7 @@
|
|
|
join content_platform_gzh_account cpgza on cpgvd.account_id = cpgza.id
|
|
|
where cpgza.create_account_id = #{createAccountId}
|
|
|
<if test="param.accountId!= null and param.accountId!= ''">
|
|
|
- and cpgza.account_id = #{param.accountId}
|
|
|
+ and cpgza.id = #{param.accountId}
|
|
|
</if>
|
|
|
order by cpgvd.date_str desc
|
|
|
limit #{offset}, #{pageSize}
|
|
|
@@ -71,7 +71,7 @@
|
|
|
join content_platform_gzh_account cpgza on cpgd.account_id = cpgza.id
|
|
|
where cpgza.create_account_id = #{createAccountId}
|
|
|
<if test="param.accountId!= null and param.accountId!= ''">
|
|
|
- and cpgza.account_id = #{param.accountId}
|
|
|
+ and cpgza.id = #{param.accountId}
|
|
|
</if>
|
|
|
</select>
|
|
|
|
|
|
@@ -82,7 +82,7 @@
|
|
|
join content_platform_gzh_account cpgza on cpfd.account_id = cpgza.id
|
|
|
where cpgza.create_account_id = #{createAccountId}
|
|
|
<if test="param.accountId!= null and param.accountId!= ''">
|
|
|
- and cpgza.account_id = #{param.accountId}
|
|
|
+ and cpgza.id = #{param.accountId}
|
|
|
</if>
|
|
|
order by cpfd.date_str desc
|
|
|
limit #{offset}, #{pageSize}
|
|
|
@@ -128,7 +128,7 @@
|
|
|
join content_platform_gzh_account cpgza on cpgd.account_id = cpgza.id
|
|
|
where cpgza.create_account_id = #{createAccountId}
|
|
|
<if test="param.accountId!= null and param.accountId!= ''">
|
|
|
- and cpgza.account_id = #{param.accountId}
|
|
|
+ and cpgza.id = #{param.accountId}
|
|
|
</if>
|
|
|
</select>
|
|
|
|
|
|
@@ -139,7 +139,7 @@
|
|
|
join content_platform_gzh_account cpgza on cpfd.account_id = cpgza.id
|
|
|
where cpgza.create_account_id = #{createAccountId}
|
|
|
<if test="param.accountId!= null and param.accountId!= ''">
|
|
|
- and cpgza.account_id = #{param.accountId}
|
|
|
+ and cpgza.id = #{param.accountId}
|
|
|
</if>
|
|
|
order by cpfd.date_str desc
|
|
|
limit #{offset}, #{pageSize}
|