Commit 8bec0536 authored by 赵啸非's avatar 赵啸非

添加刷新接入站点

parent 2adf8362
......@@ -118,6 +118,7 @@ public class PhQueueController extends BaseCRUDJsonBodyMappingController<PhQueue
@Override
public void run() {
for (PhQueueEntity entity : list) {
entity.setSectionName(entity.getSectionName() == null ? "" : entity.getSectionName().trim());
getSite(entity);
entity.setCreateTime(new Date());
entity.setCreateUserId(1L);
......
......@@ -120,6 +120,7 @@ public class PjEvaluateController extends BaseCRUDJsonBodyMappingController<PjEv
@Override
public void run() {
for (PjEvaluateEntity entity : list) {
entity.setSectionName(entity.getSectionName() == null ? "" : entity.getSectionName().trim());
getSite(entity);
entity.setCreateTime(new Date());
entity.setCreateUserId(1L);
......
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