摘要: 数据自行模拟 说明:account_flow_id为唯一Id,Id为自增integer SELECT a.company_id, a.create_time, a.balance,a.account_flow_idFROM (SELECT company_id, max(id) id FROM tb 阅读全文
posted @ 2019-05-16 16:20 XT_小嘎 阅读(1419) 评论(0) 推荐(0) 编辑
摘要: //格式化时间 Date.prototype.format = function(fmt) { var o = { "M+" : this.getMonth()+1, //月份 "d+" : this.getDate(), //日 "h+" : this.getHours(), //小时 "m+" 阅读全文
posted @ 2019-05-16 16:12 XT_小嘎 阅读(453) 评论(0) 推荐(0) 编辑