Browse Source

//bug

release_toaliyun_real
xhxu 3 years ago
parent
commit
ee19fcdd39
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      mallinkAdmin/src/main/java/com/iformall/config/ShiroConfig.java
  2. +1
    -1
      mallinkService/src/main/java/com/iformall/mapper/WxCouponMerchantMapper.java

+ 1
- 1
mallinkAdmin/src/main/java/com/iformall/config/ShiroConfig.java View File

@@ -150,7 +150,7 @@ public class ShiroConfig {
// filterChainDefinitionMap.put("/wxProjectConfig/**", "anon");
// filterChainDefinitionMap.put("/goodsCategory/**", "anon");

filterChainDefinitionMap.put("/goodsCategory/syncGet/**", "anon");
// filterChainDefinitionMap.put("/goodsCategory/syncGet/**", "anon");
// filterChainDefinitionMap.put("/wxCoupon/goods/**", "anon");

// //test


+ 1
- 1
mallinkService/src/main/java/com/iformall/mapper/WxCouponMerchantMapper.java View File

@@ -28,6 +28,6 @@ public interface WxCouponMerchantMapper extends CommonMapper<WxCouponMerchant, L

int updateStatus(@Param("tenantId")String tenantId, @Param("productId")Long couponId, @Param("merchantIdList")List<Long> merchantIds,@Param("status")Integer status);

//自动加tenent
//自动加tenant
int insertList(@Param("addList")List<WxCouponMerchant> addList);
}

Loading…
Cancel
Save