|
|
@@ -37,7 +37,7 @@ public class JinMaoController extends BaseController { |
|
|
private final Logger logger = LoggerFactory.getLogger(this.getClass()); |
|
|
private final Logger logger = LoggerFactory.getLogger(this.getClass()); |
|
|
|
|
|
|
|
|
private final TenantEntity tenantEntity = new TenantEntity(){{ |
|
|
private final TenantEntity tenantEntity = new TenantEntity(){{ |
|
|
setTenantId("789"); |
|
|
|
|
|
|
|
|
setTenantId("1035"); |
|
|
}}; |
|
|
}}; |
|
|
|
|
|
|
|
|
private final SimpleDateFormat sdf = new SimpleDateFormat("MMM d, yyyy K:m:s a", Locale.ENGLISH); |
|
|
private final SimpleDateFormat sdf = new SimpleDateFormat("MMM d, yyyy K:m:s a", Locale.ENGLISH); |
|
|
|