|
@@ -334,8 +334,6 @@ public class GoodsServiceImpl extends ServiceImpl<GoodsMapper, Goods> implements
|
|
|
titleList.add("处置时间");
|
|
|
titleList.add("操作内容");
|
|
|
list.add(titleList);
|
|
|
- SimpleDateFormat dateSdf1 = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
|
|
- SimpleDateFormat dateSdf = new SimpleDateFormat("yyyy-MM-dd");
|
|
|
SimpleDateFormat dateSdf2 = new SimpleDateFormat("yyyy年MM月dd+HH时mm分ss秒");
|
|
|
for (OperateRecordVO dynamic : recordList) {
|
|
|
List<String> rowList = new ArrayList<String>();
|