|
|
@@ -138,7 +138,7 @@ public class OrderTask {
|
|
|
for (String id : split) {
|
|
|
try {
|
|
|
orderService.ensureOrderAccept(Long.valueOf(id), "");
|
|
|
- }catch (Exception e) {
|
|
|
+ } catch (Exception e) {
|
|
|
Map<String, Object> map = new HashedMap();
|
|
|
map.put("title", "自动确认收货");
|
|
|
map.put("error", e.toString());
|
|
|
@@ -146,10 +146,9 @@ public class OrderTask {
|
|
|
}
|
|
|
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
logger.log("自动收货", "买家自动收货订单:" + ids);
|
|
|
- }catch (Exception e) {
|
|
|
+ } catch (Exception e) {
|
|
|
Map<String, Object> map = new HashedMap();
|
|
|
map.put("title", "自动确认收货");
|
|
|
map.put("error", e.toString());
|