Sfoglia il codice sorgente

//tt product

release_toaliyun_real
xhxu 4 anni fa
parent
commit
b4bb391495
2 ha cambiato i file con 1 aggiunte e 7 eliminazioni
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/TtGoodsCategoryServiceImpl.java
  2. +0
    -6
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/TtGoodsCategoryServiceImpl.java Vedi File

@@ -399,7 +399,7 @@ public class TtGoodsCategoryServiceImpl implements TtGoodsCategoryService {
attr.setData(jsonObject.toJSONString());
}
//使用日期 ----默认全天
else if("use_date".equals(attr.getKey())){
else if("use_time".equals(attr.getKey())){
JSONObject jsonObject = new JSONObject();
jsonObject.put("use_time_type",1);
attr.setData(jsonObject.toJSONString());


+ 0
- 6
mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java
File diff soppresso perché troppo grande
Vedi File


Caricamento…
Annulla
Salva