| | |
| | | * @author lin.liu |
| | | */ |
| | | public interface RechargeRecordsMapper extends BasicMapper<RechargeRecordsPO> { |
| | | @Select("SELECT COALESCE(SUM(recharge_water),0) FROM recharge_records WHERE user_id=#{userId}") |
| | | @Select("SELECT COALESCE(SUM(recharge_water),0) FROM recharge_records WHERE user_id=#{userId} and recharge_status=1") |
| | | BigDecimal getSumBuyCount(Long userId); |
| | | |
| | | } |
| | |
| | | root: info |
| | | com.lunhan.water.host: debug |
| | | |
| | | file: |
| | | uploadBasicPath: ./logs/upload/ |
| | | fileBasicUrl: http://113.250.189.120:8041/upload |
| | | disturbStr: com.lunhan.water |
| | | |
| | | mqtt: |
| | | host: 113.250.189.120 |
| | |
| | | com.lunhan.water.host: DEBUG |
| | | com.lunhan.water.service: DEBUG |
| | | |
| | | file: |
| | | uploadBasicPath: ./logs/upload/ |
| | | fileBasicUrl: http://113.250.189.120:8041/upload |
| | | disturbStr: com.lunhan.water |
| | | |
| | | |
| | | |
| | | |
| | | # quartz定时任务配置 |
| | | quartz: |
| | | # 是否启用 |
对比新文件 |
| | |
| | | { |
| | | "image/jpeg": "jpg", |
| | | "image/jpg": "jpg", |
| | | "image/gif": "gif", |
| | | "image/png": "png", |
| | | "image/bmp": "bmp", |
| | | |
| | | "application/zip": "zip", |
| | | "application/x-rar": "rar", |
| | | "application/x-7z-compressed": "7z", |
| | | "application/x-gzip": "gz", |
| | | "application/x-tar": "tar", |
| | | |
| | | "application/pdf": "pdf", |
| | | |
| | | "application/msword": "doc", |
| | | "application/vnd.ms-excel": "xls", |
| | | "application/vnd.ms-powerpoint": "ppt", |
| | | "application/vnd.openxmlformats-officedocument.wordprocessingml.document": "docx", |
| | | "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": "xlsx", |
| | | "application/vnd.openxmlformats-officedocument.presentationml.presentation": "pptx", |
| | | |
| | | "text/markdown": "md", |
| | | "text/plain": "txt" |
| | | } |