jiangping
2023-12-20 1f257db0a97b5beb71e8ff3c14fda603bf2b4004
服务商
已修改4个文件
10 ■■■■ 文件已修改
server/platform/src/main/java/com/doumee/task/ScheduleTool.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
server/services/src/main/java/com/doumee/core/wx/WxMiniUtilService.java 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
server/services/src/main/resources/application-pro.yml 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
server/services/src/main/resources/mappers/SystemDictDataMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
server/platform/src/main/java/com/doumee/task/ScheduleTool.java
@@ -70,7 +70,7 @@
     * 測試
     * @throws Exception
     */
    @Scheduled(cron = "0 30 13 * * ? ")
    @Scheduled(cron = "0 0 21 * * ? ")
    public void getYesterdayBill() throws Exception {
        log.info("=====================开始每天自动结算=======================");
        goodsorderService.autoCloseOrder();
server/services/src/main/java/com/doumee/core/wx/WxMiniUtilService.java
@@ -218,6 +218,7 @@
        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);
server/services/src/main/resources/application-pro.yml
@@ -47,8 +47,8 @@
    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
@@ -76,5 +76,4 @@
  map:
    remoteHost: https://apis.map.qq.com
    appKey: 3AYBZ-I5R3V-2BVP3-UWBDQ-ETBM5-B2BBQ
server/services/src/main/resources/mappers/SystemDictDataMapper.xml
@@ -18,7 +18,7 @@
  </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