Kaynağa Gözat

[停车发券和核销发劵接口][修改]修改备注

release_toaliyun_real
jinguo24@163.com 7 yıl önce
ebeveyn
işleme
6d0b8a66d1
1 değiştirilmiş dosya ile 3 ekleme ve 5 silme
  1. +3
    -5
      mallinkAdmin/src/main/java/com/simple/controller/WxMallConfigController.java

+ 3
- 5
mallinkAdmin/src/main/java/com/simple/controller/WxMallConfigController.java Dosyayı Görüntüle

@@ -55,11 +55,10 @@ public class WxMallConfigController extends BaseController
}
@PostMapping("updateStopCarConpon")
@ApiOperation("修改核销开关")
@ApiOperation("修改停车开关")
public ResultData updateStopCarConpon(@RequestBody WxMallConfig wxMallConfig) {
WxMallConfig temp = new WxMallConfig();
temp.setKey("stopCarCouponSwitch");
temp.setTenantId(getTenantId());
// temp.setKey("stopCarCouponSwitch");
temp.setValue(wxMallConfig.getValue());
temp.setId(wxMallConfig.getId());
wxMallConfigService.saveOrUpdate(temp);
@@ -70,8 +69,7 @@ public class WxMallConfigController extends BaseController
@ApiOperation("修改核销开关")
public ResultData updateVerifyConpon(@RequestBody WxMallConfig wxMallConfig) {
WxMallConfig temp = new WxMallConfig();
temp.setKey("verifyConponSwitch");
temp.setTenantId(getTenantId());
// temp.setKey("verifyConponSwitch");
temp.setValue(wxMallConfig.getValue());
temp.setId(wxMallConfig.getId());
wxMallConfigService.saveOrUpdate(temp);


Yükleniyor…
İptal
Kaydet