摘要: SELECT CONVERT(zhifubaoAccount,CHAR) as account,CONVERT(userTrueName,CHAR) as userName,CONVERT(money,CHAR) as cashMoneyFROM log where userId='567' ORD 阅读全文
posted @ 2017-08-15 15:43 21heshang 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 原因:该表中有已经存在一条相同记录 阅读全文
posted @ 2017-08-15 08:47 21heshang 阅读(327) 评论(0) 推荐(0) 编辑
摘要: Record queryCash = dao.queryCash(accountCash); BigDecimal dbMoney = queryCash.getBigDecimal("freeMoney"); BigDecimal requestMoney = new BigDecimal(acc 阅读全文
posted @ 2017-08-15 08:44 21heshang 阅读(186) 评论(0) 推荐(0) 编辑