测试优化
This commit is contained in:
269
SQL/202511/20251113/lc_item_result.sql
Normal file
269
SQL/202511/20251113/lc_item_result.sql
Normal file
File diff suppressed because one or more lines are too long
822
SQL/202511/20251113/lc_outside_person.sql
Normal file
822
SQL/202511/20251113/lc_outside_person.sql
Normal file
File diff suppressed because one or more lines are too long
765
SQL/202511/20251113/lc_risk_hazard_manage.sql
Normal file
765
SQL/202511/20251113/lc_risk_hazard_manage.sql
Normal file
File diff suppressed because one or more lines are too long
441
SQL/202511/20251113/lc_work_item.sql
Normal file
441
SQL/202511/20251113/lc_work_item.sql
Normal file
File diff suppressed because one or more lines are too long
@@ -13,10 +13,7 @@ import com.jeelowcode.framework.utils.utils.FuncBase;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.HashMap;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.*;
|
||||
|
||||
/**
|
||||
* 低代码 API 接口
|
||||
@@ -69,6 +66,7 @@ public class JeeLowCodeApiImpl extends BaseController implements JeeLowCodeApi {
|
||||
newRecord.put("reportCode", reportEntity.getReportCode());
|
||||
newRecord.put("reportParam", JSONUtil.toJsonStr(req));
|
||||
newRecord.put("isSync", 0);
|
||||
newRecord.put("billNo",new Date());
|
||||
if(CollectionUtil.isNotEmpty(pages.getRecords()))
|
||||
{
|
||||
newRecord.put("resultCount", (long) pages.getRecords().size());
|
||||
|
||||
Reference in New Issue
Block a user