Przeglądaj źródła

//bug

release_toaliyun_real
xhxu 3 lat temu
rodzic
commit
ee19fcdd39
2 zmienionych plików z 2 dodań i 2 usunięć
  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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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);
}

Ładowanie…
Anuluj
Zapisz