www-haifeng opened a new issue, #25938:
URL: https://github.com/apache/shardingsphere/issues/25938
**sql**
SELECT
reward_type AS reward_item,
SUM(unrecharge_amount) AS unrecharge_amount,
TRIM(LEADING '00' FROM dealer_scm_code) AS dealer_scm_code
FROM
rebate_account_report
WHERE
month_date = #{month_date} AND mcht_id = #{mcht_id} AND data_state = 1
GROUP BY
reward_type, dealer_scm_code
**springboot**
//https://mvnrepository.com/artifact/org.apache.shardingsphere/sharding-jdbc-spring-boot-starter
implementation group: 'org.apache.shardingsphere', name:
'sharding-jdbc-spring-boot-starter', version: '4.1.1'
//
https://mvnrepository.com/artifact/org.mybatis.spring.boot/mybatis-spring-boot-starter
implementation
'org.mybatis.spring.boot:mybatis-spring-boot-starter:2.1.3'
why?why?why?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail:
[email protected]
For queries about this service, please contact Infrastructure at:
[email protected]