| | |
| | | if (Cools.isEmpty(this.pakinTime)){ |
| | | return ""; |
| | | } |
| | | return new SimpleDateFormat("yyyy-MM-dd HH").format(this.pakinTime); |
| | | return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.pakinTime); |
| | | } |
| | | |
| | | public String getStockFreezeDate$() { |
| | | if (Cools.isEmpty(this.stockFreezeDate)){ |
| | | return ""; |
| | | } |
| | | return new SimpleDateFormat("yyyy-MM-dd").format(this.stockFreezeDate); |
| | | return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.stockFreezeDate); |
| | | } |
| | | } |
| | |
| | | excel.setStatus(pla.getStatus()); |
| | | excel.setPakinTime(pla.getPakinTime()); |
| | | excel.setStash(pla.getStash()); |
| | | excel.setLocNo(pla.getLocNo()); |
| | | if(Cools.isEmpty(excel.getLocNo())){ |
| | | excel.setLocNo(pla.getLocNo()); |
| | | } |
| | | BeanUtils.copyProperties(excel,pla); |
| | | pla = plaCreate(pla,excel,matService,nodeService); |
| | | try { |