From 654cc07f01e79e68578404cfc29ebd458e53dbbc Mon Sep 17 00:00:00 2001 From: chenhao Date: Fri, 26 Sep 2025 15:29:15 +0800 Subject: [PATCH] =?UTF-8?q?feat(sip):=20=E6=96=B0=E5=A2=9E=E6=A0=B9?= =?UTF-8?q?=E6=8D=AE=E4=B8=9A=E5=8A=A1=E7=BC=96=E7=A0=81=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E8=AE=A2=E5=8D=95=E4=BF=A1=E6=81=AF=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在IProjectOrderInfoService接口中新增listByCodeList方法 - 在ProjectOrderInfoController中添加uploadFinalFile属性 - 在ProjectOrderInfoMapper中新增listByCodeList方法 - 在ProjectOrderInfoMapper.xml中添加listByCodeList查询SQL - 在ProjectOrderInfoServiceImpl中实现listByCodeList方法 - 在Todo实体类中新增businessId和businessName字段 - 在TodoMapper.xml中优化查询条件并支持按业务名称搜索 - 在TodoServiceImpl中注入IProjectOrderInfoService并关联业务信息 --- .../templates/flowable/todo/complete.html | 267 ++++++++++++++++++ 1 file changed, 267 insertions(+) create mode 100644 ruoyi-admin/src/main/resources/templates/flowable/todo/complete.html diff --git a/ruoyi-admin/src/main/resources/templates/flowable/todo/complete.html b/ruoyi-admin/src/main/resources/templates/flowable/todo/complete.html new file mode 100644 index 00000000..288cdda0 --- /dev/null +++ b/ruoyi-admin/src/main/resources/templates/flowable/todo/complete.html @@ -0,0 +1,267 @@ + + + + + + + + +
+ +
+
+
+
+
+ +
    +
  • + + +
  • +
  • + + +
  • +
  • + + + - + +
  • + +
  • +  搜索 +  重置 +
  • +
+ + +
+
+
+ +
+
+
+
+
+ + + + + + + \ No newline at end of file