Long time_long=System.currentTimeMillis();
String time=time_long.toString();
time=time.substring(time.length()-3,time.length());
String timeStamp1 = new SimpleDateFormat(“yyyyMMddhhmmss”, Locale.getDefault()).format(new Date());
_orderno=“WX”+timeStamp1+time;