Explorar el Código

添加资产编号

hace 6 años
padre
commit
854799aa77

+ 0 - 2
pcbms/src/main/java/com/hssx/pcbms/service/impl/GoodsServiceImpl.java

@@ -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>();