更改日志源系统编码

This commit is contained in:
sx 2024-09-21 11:48:28 +08:00
parent e0aad444b1
commit d1b2edcb09
1 changed files with 2 additions and 2 deletions

View File

@ -169,8 +169,8 @@ public class ShopPluginInitializer extends PluginBaseEntity {
OfsShopDto shopEntity = new OfsShopDto();
// shopEntity.setLastUpdated_start(startTimeStr);
// shopEntity.setLastUpdated_end(endTimeStr);
shopEntity.setLastUpdated_start(startTimeStr);
shopEntity.setLastUpdated_end(endTimeStr);
shopEntity.setPageNo("1");
shopEntity.setClientCode("LETS");
List<OfsShopDto> list = queryfromofs(shopEntity);