|
|
@ -13,9 +13,10 @@
|
|
|
|
left join sys_accounts a on a.account_id = cc.sign_account_id
|
|
|
|
left join sys_accounts a on a.account_id = cc.sign_account_id
|
|
|
|
<where>
|
|
|
|
<where>
|
|
|
|
<if test="client_moniker!=null">
|
|
|
|
<if test="client_moniker!=null">
|
|
|
|
c.client_moniker = #{client_moniker}
|
|
|
|
cc.create_time = #{client_moniker}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
|
|
|
|
order by create_time desc
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="analysisSingstatus" resultType="com.alibaba.fastjson.JSONObject">
|
|
|
|
<select id="analysisSingstatus" resultType="com.alibaba.fastjson.JSONObject">
|
|
|
|