|
@@ -229,6 +229,10 @@ public class OpenedProductsFacade extends OpenedProductsServiceImpl {
|
|
|
return RespDTO.onSuc(res);
|
|
|
}
|
|
|
private String getDatePoor(Date endDate, Date nowDate) {
|
|
|
+ if(endDate.getTime()<nowDate.getTime()){
|
|
|
+ return "";
|
|
|
+ }
|
|
|
+
|
|
|
long nd = 1000 * 24 * 60 * 60;
|
|
|
long nh = 1000 * 60 * 60;
|
|
|
long nm = 1000 * 60;
|