|
|
|
@@ -103,7 +103,7 @@ public class WxMerchantController extends BaseController { |
|
|
|
@PostMapping("saveOrUpdate") |
|
|
|
@SystemControllerLog(description = "区域商户和普通商户关系新增或更新") |
|
|
|
public ResultData saveOrUpdate(@RequestBody WxMerchantRelation wxMerchantRelation) { |
|
|
|
logger.debug(getTenantInfo().toString()); |
|
|
|
logger.debug(getTenantInfo().getTenantId()); |
|
|
|
logger.debug("[" + getIpAddr() + "] WxMerchantController::saveOrUpdate"); |
|
|
|
if (null == wxMerchantRelation) wxMerchantRelation = new WxMerchantRelation(); |
|
|
|
wxMerchantRelation.updateTenantInfo(getTenantInfo()); |
|
|
|
|