|
|
@@ -106,7 +106,7 @@ public class ShopUserTypeComponent {
|
|
|
stoneParams.put("access_token", shopToken);
|
|
|
stoneParams.put("page", 1);
|
|
|
stoneParams.put("page_size", 100);
|
|
|
- String dateString = userShopExtMapper.searchRunTime();
|
|
|
+ String dateString = userShopExtMapper.searchRunTime("0");
|
|
|
if(dateString !=null){
|
|
|
// 截取前3位毫秒数
|
|
|
String truncatedDate = dateString.substring(0, dateString.lastIndexOf('.') + 4);
|
|
|
@@ -195,7 +195,7 @@ public class ShopUserTypeComponent {
|
|
|
stoneParams.put("access_token", shopToken);
|
|
|
stoneParams.put("page", 1);
|
|
|
stoneParams.put("page_size", 100);
|
|
|
- String dateString = userShopExtMapper.searchRunTime();
|
|
|
+ String dateString = userShopExtMapper.searchRunTime("1");
|
|
|
if(dateString !=null){
|
|
|
// 截取前3位毫秒数
|
|
|
String truncatedDate = dateString.substring(0, dateString.lastIndexOf('.') + 4);
|