更改日志源系统编码
This commit is contained in:
parent
e0aad444b1
commit
d1b2edcb09
|
@ -169,8 +169,8 @@ public class ShopPluginInitializer extends PluginBaseEntity {
|
||||||
|
|
||||||
|
|
||||||
OfsShopDto shopEntity = new OfsShopDto();
|
OfsShopDto shopEntity = new OfsShopDto();
|
||||||
// shopEntity.setLastUpdated_start(startTimeStr);
|
shopEntity.setLastUpdated_start(startTimeStr);
|
||||||
// shopEntity.setLastUpdated_end(endTimeStr);
|
shopEntity.setLastUpdated_end(endTimeStr);
|
||||||
shopEntity.setPageNo("1");
|
shopEntity.setPageNo("1");
|
||||||
shopEntity.setClientCode("LETS");
|
shopEntity.setClientCode("LETS");
|
||||||
List<OfsShopDto> list = queryfromofs(shopEntity);
|
List<OfsShopDto> list = queryfromofs(shopEntity);
|
||||||
|
|
Loading…
Reference in New Issue