| | |
| | | * 測試 |
| | | * @throws Exception |
| | | */ |
| | | @Scheduled(cron = "0 30 13 * * ? ") |
| | | @Scheduled(cron = "0 0 21 * * ? ") |
| | | public void getYesterdayBill() throws Exception { |
| | | log.info("=====================开始每天自动结算======================="); |
| | | goodsorderService.autoCloseOrder(); |
| | |
| | | body.put("scene", locks.getSiteId() + "/" +locks.getCode() ); |
| | | // 正式版为 "release",体验版为 "trial",开发版为 "develop"。默认是正式版。 |
| | | body.put("env_version", "release"); |
| | | body.put("env_version", "trial"); |
| | | // 透明,根据你的场景自行设置body参数 |
| | | body.put("is_hyaline", false); |
| | | body.put("check_path", false); |
| | |
| | | mchId: 1661770902 |
| | | apiV3Key: iF3kC8pL8dZ9iU3hN5fX9zI6eF4xQ6fT |
| | | serialNumer: 368B835A194384FD583B83B77977B84127D2F655 |
| | | notifyUrl: https://bikes.yxbhlt.cn/bike_h5_api/wxPayNotify |
| | | refundNotifyUrl: https://bikes.yxbhlt.cn/bike_h5_api/wxRefundNotify |
| | | notifyUrl: https://bikes.yxbhlt.cn/bike_h5_api/api/wxPayNotify |
| | | refundNotifyUrl: https://bikes.yxbhlt.cn/bike_h5_api/api/wxRefundNotify |
| | | # notifyUrl: https://dmtest.ahapp.net/bike_h5_api/api/wxPayNotify |
| | | keyPath: /usr/local/parks/cert/apiclient_cert.p12 |
| | | privateCertPath: /usr/local/parks/cert/apiclient_cert.pem |
| | |
| | | map: |
| | | remoteHost: https://apis.map.qq.com |
| | | appKey: 3AYBZ-I5R3V-2BVP3-UWBDQ-ETBM5-B2BBQ |
| | | |
| | | |
| | |
| | | </resultMap> |
| | | <select id="selectManageList" parameterType="com.doumee.dao.system.dto.QuerySystemDictDataDTO" resultMap="SystemDictDataListVO"> |
| | | select |
| | | dict_data.id, dict_data.dict_id, dict_data.code, dict_data.label, dict_data.sort, dict_data.disabled, dict_data.create_time, dict_data.update_time, dict_data.create_user, dict_data.update_user, |
| | | dict_data.id,dict_data.info, dict_data.dict_id, dict_data.code, dict_data.label, dict_data.sort, dict_data.disabled, dict_data.create_time, dict_data.update_time, dict_data.create_user, dict_data.update_user, |
| | | create_user.id create_user_id, create_user.username create_user_name,create_user.realname create_real_name, |
| | | update_user.id updete_user_id, update_user.username update_user_name,update_user.realname update_real_name |
| | | from system_dict_data dict_data |