4 Commits

Autor SHA1 Mensagem Data
  hejinbo 0393b11712 压缩包导入去空格 2 anos atrás
  wangqiong123 f231e09e8a Merge branch 'wq' of SH-Arbitrate/Arbitrate-Backend into dev 2 anos atrás
  18792927508 434b93b61c 案件查询 2 anos atrás
  hejinbo c083e3711c Merge branch 'hjb' of SH-Arbitrate/Arbitrate-Backend into dev 2 anos atrás

+ 2
- 2
ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/service/impl/CaseApplicationServiceImpl.java Ver arquivo

@@ -2988,9 +2988,9 @@ public class CaseApplicationServiceImpl implements ICaseApplicationService {
2988 2988
                         caseAffiliate.setContactTelphone(map.get("联系电话").get(0));
2989 2989
                         caseAffiliate.setResidenAffili(map.get("住所").get(0));
2990 2990
                         caseAffiliate.setContactAddress(map.get("联系地址").get(0));
2991
-                        caseAffiliate.setEmail(map.get("电子邮件").get(0));
2991
+                        caseAffiliate.setEmail(map.get("电子邮件").get(0).replaceAll("\\s", ""));
2992 2992
                         //设置默认代理人的身份证号码,暂时写死 要不然新增方法报错
2993
-                        caseAffiliate.setIdentityNumAgent("610528199901013612");
2993
+                        caseAffiliate.setIdentityNumAgent("610423199603171716");
2994 2994
                         caseAffiliates.add(caseAffiliate);
2995 2995
                         CaseAffiliate caseAffiliate1 = new CaseAffiliate();
2996 2996
                         caseAffiliate1.setIdentityType(2);

+ 2
- 2
ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml Ver arquivo

@@ -487,7 +487,7 @@
487 487
         </trim>
488 488
         ) t1
489 489
 
490
-        order by t1.create_time desc,t1.case_num desc
490
+        order by t1.case_num desc
491 491
     </select>
492 492
 
493 493
 
@@ -878,7 +878,7 @@
878 878
                 </foreach>
879 879
             </if>
880 880
         </where>
881
-        order by c.create_time desc,c.case_num desc
881
+        order by c.case_num desc
882 882
     </select>
883 883
     <select id="selectAdminCaseToDoCount" resultType="com.ruoyi.wisdomarbitrate.domain.vo.ToDoCount">
884 884
         SELECT