|
|
|
@@ -360,6 +360,7 @@ public class WxMerchantServiceImpl implements WxMerchantService { |
|
|
|
wxMerchant.setStatus(EnumMerchantStatus.VALID.getCode()); |
|
|
|
wxMerchant.setUpdateDate(date); |
|
|
|
wxMerchant.setCreateDate(date); |
|
|
|
wxMerchant.setTopTime(date); |
|
|
|
List<String> coverPicture = JSONArray.parseArray(wxMerchant.getCoverPicture(), String.class); |
|
|
|
if (!coverPicture.isEmpty()) { |
|
|
|
wxMerchant.setImgUrl(coverPicture.get(0)); |
|
|
|
|