|
@@ -302,15 +302,6 @@ public class AskGoodsServiceImpl implements AskGoodsService {
|
|
|
errorMapper.addError(error);
|
|
|
}
|
|
|
}
|
|
|
-// Calendar cal = Calendar.getInstance();
|
|
|
-// int year = cal.get(Calendar.YEAR);
|
|
|
-// int month = cal.get(Calendar.MONTH) + 1;
|
|
|
-// int day = cal.get(Calendar.DATE) ;
|
|
|
-// map.put("child", askGoodsMapper.getRemovalz(map.get("askGoodsId").toString()));
|
|
|
-// map.put("isNotRed", "0");
|
|
|
-// map.put("year", year);
|
|
|
-// map.put("month", month);
|
|
|
-// map.put("time", year + "-" + month + "-" + day);
|
|
|
}catch (Exception e){
|
|
|
e.printStackTrace();
|
|
|
}
|