fix: 修复账单
This commit is contained in:
@@ -16,5 +16,6 @@
|
||||
LEFT JOIN u_cdr_history h ON h.id = b.cdr_history_id
|
||||
AND h.del_flag = 0
|
||||
AND b.user_id = #{userId}
|
||||
order by b.create_time desc
|
||||
</select>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user