|
@ -47,6 +47,7 @@ |
|
|
<if test='customerUserId != "" and customerUserId != null'> |
|
|
<if test='customerUserId != "" and customerUserId != null'> |
|
|
AND la.customer_user_id = #{customerUserId} |
|
|
AND la.customer_user_id = #{customerUserId} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
order by la.CREATED_TIME desc limit 1 |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<update id="updateByLatestId"> |
|
|
<update id="updateByLatestId"> |
|
|