|
@@ -73,6 +73,7 @@ public class SyOrderDataServiceImpl extends ServiceImpl<SyOrderDataMapper, SyOrd
|
|
|
Date lastTiem = resultList.get(0).getLastTime();
|
|
|
SimpleDateFormat sf = new SimpleDateFormat("yyyy-MM-dd");
|
|
|
String lastTimeSf = sf.format(lastTiem);
|
|
|
+ String toDay = sf.format(day);
|
|
|
|
|
|
for (String str : pkorgSplit) {
|
|
|
String pkorgStr = str;
|