This commit is contained in:
2025-09-02 19:17:21 +08:00
parent b7528dc077
commit c3a23bf6fa

View File

@@ -166,21 +166,20 @@ public class JDUtil {
private void handleProductWithJF() { private void handleProductWithJF() {
/** /**
* 130 130
* https://u.jd.com/Y6ZKmwN https://u.jd.com/Sa6OgtP
* 130B 130B
* https://u.jd.com/YGZKHZS https://u.jd.com/Sa6OSY6
* 150 150
* https://u.jd.com/YDZK5rD https://u.jd.com/Sg6Orka
* 180 180
* https://u.jd.com/YDZKmb2 https://u.jd.com/Sa6ODs5
* 92dpro */
* https://u.jd.com/YgZKViD*/ productWithJF.put("ZQD130F-EB130", "https://u.jd.com/Sa6OgtP");
productWithJF.put("ZQD130F-EB130", "https://u.jd.com/Y6ZKmwN"); productWithJF.put("ZQD130F-EB130B", "https://u.jd.com/Sa6OSY6");
productWithJF.put("ZQD130F-EB130B", "https://u.jd.com/YGZKHZS"); productWithJF.put("ZQD150F-EB150", "https://u.jd.com/Sg6Orka");
productWithJF.put("ZQD150F-EB150", " https://u.jd.com/YDZK5rD"); productWithJF.put("ZQD180F-EB200", "https://u.jd.com/Sa6ODs5");
productWithJF.put("ZQD180F-EB200", "https://u.jd.com/YDZKmb2"); productWithJF.put("CXW-298-IQ92DPRO", "https://u.jd.com/SO1nC85");
productWithJF.put("CXW-298-IQ92DPRO", "https://u.jd.com/Y1AMT2l");
} }
private List<OrderRow> filterOrdersByDate(List<OrderRow> orderRows, int daysBack) { private List<OrderRow> filterOrdersByDate(List<OrderRow> orderRows, int daysBack) {