|
@@ -766,9 +766,9 @@ public class LawyerConsultationOrderServiceImpl extends ServiceImpl<LawyerConsul
|
|
|
|
|
|
|
|
// 构建查询条件:查询进行中(2)和已完成(3)状态的订单
|
|
// 构建查询条件:查询进行中(2)和已完成(3)状态的订单
|
|
|
QueryWrapper<LawyerConsultationOrderVO> queryWrapper = new QueryWrapper<>();
|
|
QueryWrapper<LawyerConsultationOrderVO> queryWrapper = new QueryWrapper<>();
|
|
|
- if(){
|
|
|
|
|
-
|
|
|
|
|
- }
|
|
|
|
|
|
|
+// if(){
|
|
|
|
|
+//
|
|
|
|
|
+// }
|
|
|
queryWrapper.in("lco.order_status", Arrays.asList("2", "3"));
|
|
queryWrapper.in("lco.order_status", Arrays.asList("2", "3"));
|
|
|
queryWrapper.eq("lco.lawyer_user_id", lawyerId);
|
|
queryWrapper.eq("lco.lawyer_user_id", lawyerId);
|
|
|
if(StringUtils.hasText(clientUserName)){
|
|
if(StringUtils.hasText(clientUserName)){
|