07 2021 档案

关于mysql count的理解
摘要:COUNT(column_name) 函数返回指定列的值的数目(NULL 不计入) 由于对count理解不到位导致写出了下面错误的sql,这个是要统计fund_investor这个表所有记录数和commitment大于0的记录数 SELECT count(fund_investor.id), cou 阅读全文

posted @ 2021-07-22 11:06 xushy 阅读(117) 评论(0) 推荐(0)

RestTemplate 返回值嵌套范型解析
摘要:接口返回值定义如下:ResponseEntity<ValuationResponseEntity<DealChangeNotifyVO>> 1 ParameterizedTypeReference<ValuationResponseEntity<DealChangeNotifyVO>> typeRe 阅读全文

posted @ 2021-07-15 14:27 xushy 阅读(935) 评论(0) 推荐(0)

导航