浏览代码

律师订单接口修改

zhangchen 1 月之前
父节点
当前提交
227fd5abe8

+ 2 - 0
alien-entity/src/main/java/shop/alien/mapper/LawyerConsultationOrderMapper.java

@@ -189,6 +189,8 @@ public interface LawyerConsultationOrderMapper extends BaseMapper<LawyerConsulta
             "        lco.rating,\n" +
             "        lco.comment,\n" +
             "        lco.created_time,\n" +
+            "        lco.alipay_no,\n" +
+            "        lco.order_str,\n" +
             "        lu.name AS lawyer_name,\n" +
             "        lu.phone AS lawyer_phone,\n" +
             "        lu.email AS lawyer_email,\n" +

+ 2 - 0
alien-entity/src/main/resources/mapper/LawyerConsultationOrderMapper.xml

@@ -170,6 +170,8 @@
         lco.rating,
         lco.comment,
         lco.created_time,
+        lco.alipay_no,
+        lco.order_str,
         lu.name AS lawyer_name,
         lu.phone AS lawyer_phone,
         lu.email AS lawyer_email,