Merge branch 'fixbug' into develop

master
wangning 7 years ago
commit b6e9cf2d55

@ -13,7 +13,7 @@
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">
cc.create_time = #{client_moniker} c.client_moniker = #{client_moniker}
</if> </if>
</where> </where>
order by create_time desc order by create_time desc

Loading…
Cancel
Save