测试优化

This commit is contained in:
2025-11-13 14:29:32 +08:00
parent ddcf86df68
commit 19739da1b3
5 changed files with 2299 additions and 4 deletions

View File

@@ -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());