Commit 7112d7c5 authored by 赵啸非's avatar 赵啸非

添加材料数量统计

parent c0997a81
......@@ -36,7 +36,7 @@ public class SyncSiteMatterTaskImpl implements ITaskExcuteService {
@Override
public void excuteTask(ITask task) throws AppException {
log.info("开始同步事项列表!");
SitePdu sitePdu = new SitePdu();
sitePdu.setId(1L);
Rest<List<SitePdu>> siteRest = siteFeign.getFlatSitesBySiteId(sitePdu);
......
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