|
|
@@ -285,6 +285,8 @@ public class SaleNoticeController {
|
|
|
pageInfo.filter("vendUU", SystemSession.getUser().getEnterprise().getUu());
|
|
|
// 送货提醒状态为待发货
|
|
|
pageInfo.filter("status", Status.NOT_REPLY.value());
|
|
|
+ // 无需等待发货
|
|
|
+ pageInfo.filter("waiting", Constant.NO);
|
|
|
SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy年MM月dd日");
|
|
|
ModelAndView modelAndView = new ModelAndView();
|
|
|
modelAndView.addObject("dateFormat", dateFormat);
|