Commit d9282bfc authored by 赵啸非's avatar 赵啸非

添加热门事项

parent 731bb05a
......@@ -240,7 +240,6 @@ export default {
siteId: this.siteId,
page: this.current,
size: this.size,
productName: "样表机",
};
if (this.type == 1) {
obj.deviceName = `%${this.searchVal}%`;
......
......@@ -123,6 +123,7 @@ public class SyncSiteDeviceTaskImpl implements ITaskExcuteService {
if (!oldDeviceMap.containsKey(item.getDeviceCode())) {
item.setDeviceId(item.getId());
item.setCreateUserId(1L);
item.setProductName("样表机");
item.setCreateUserName("系统管理员");
item.setCreateTime(new Date());
return item;
......
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