반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- submit
- rocky9
- security
- jenkins
- Maven
- NextJS
- Next.js
- git
- FCM
- config
- PM2
- Java
- MSsql
- pwa
- javascript
- mybatis
- popup
- ajax
- yona
- MariaDB
- Push
- SpringBoot
- docker
- mysql
- spring3
- centos7
- jquery
- node.js
- nodejs
- Eclipse
Archives
- Today
- Total
목록join (1)
ふたりで
mybatis 동적 컬럼에 따라 JOIN 하기...
dao에서 List>으로 리턴하고 /** */ public List> getDailySalesStaticsList(SalesSearchParamVO searchParam) { // TODO Auto-generated method stub return selectList("selectDailySalesStaticsList", searchParam); } mybatis에서 resultType="java.util.LinkedHashMap" 으로 받는다. SELECT * , +IFNULL(SUM(amount_${item}),0) AS rowSum FROM(SELECT date_format(ymd, '%Y-%m-%d') AS date_dd ,DAYOFWEEK(ymd) AS da..
카테고리 없음
2021. 6. 4. 13:57