|
|
@ -1753,7 +1753,7 @@ public class ThrInvOrderServiceImpl implements ThrInvOrderService {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public static Date stringToDate(String time) {
|
|
|
|
public static Date stringToDate(String time) {
|
|
|
|
SimpleDateFormat dateformat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
|
|
|
SimpleDateFormat dateformat = new SimpleDateFormat("yyyy-MM-dd");
|
|
|
|
Date date = null;
|
|
|
|
Date date = null;
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
date = dateformat.parse(time);
|
|
|
|
date = dateformat.parse(time);
|
|
|
|