|
@@ -263,7 +263,7 @@ public class KwaiJSTServiceImpl implements IKwaiJSTService {
|
|
|
KwaixiaodianJstPurchase jst = JSONObject.parseObject(skuInfo.toJSONString(), KwaixiaodianJstPurchase.class);
|
|
|
jstList.add(jst);
|
|
|
if (!Check.isNull(skuInfo.getJSONArray("items"))) {
|
|
|
- addPurchaseItems(jst.getPoDate(),skuInfo.getJSONArray("items"));
|
|
|
+ addPurchaseItems(skuInfo.getString("po_date"),skuInfo.getJSONArray("items"));
|
|
|
}
|
|
|
}
|
|
|
}
|