Commit 723ce08e authored by 赵啸非's avatar 赵啸非

添加样表皮肤管理

parent 7320afa8
...@@ -51,6 +51,7 @@ public class SyncSiteMatterTaskImpl implements ITaskExcuteService { ...@@ -51,6 +51,7 @@ public class SyncSiteMatterTaskImpl implements ITaskExcuteService {
int pageNum=100; int pageNum=100;
for(int i=1;i<=page;i++){ for(int i=1;i<=page;i++){
SiteMatterPdu siteMatterPdu = new SiteMatterPdu(); SiteMatterPdu siteMatterPdu = new SiteMatterPdu();
siteMatterPdu.setSiteId(site.getId());
siteMatterPdu.setPage(i); siteMatterPdu.setPage(i);
siteMatterPdu.setSize(pageNum); siteMatterPdu.setSize(pageNum);
log.info("请求列表:"+i); log.info("请求列表:"+i);
......
...@@ -47,7 +47,6 @@ public class SkinServiceImpl extends AbstractCRUDServiceImpl<SkinDao, SkinEntity ...@@ -47,7 +47,6 @@ public class SkinServiceImpl extends AbstractCRUDServiceImpl<SkinDao, SkinEntity
@Override @Override
protected void updateAfter(SkinEntity entity, Context context) throws AppException { protected void updateAfter(SkinEntity entity, Context context) throws AppException {
super.updateAfter(entity, context);
//推送皮肤更新消息 //推送皮肤更新消息
DeviceMsgReqPdu deviceMsgReqPdu = new DeviceMsgReqPdu(); DeviceMsgReqPdu deviceMsgReqPdu = new DeviceMsgReqPdu();
deviceMsgReqPdu.setSiteid(entity.getSiteId()); deviceMsgReqPdu.setSiteid(entity.getSiteId());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment