xiaoyong931011
2021-07-23 7870947c3dc93f6d8b2db718eab551edfc709f9b
gc-order/src/main/java/com/xzx/gc/order/mapper/JhyOrderMapper.java
@@ -1,5 +1,6 @@
package com.xzx.gc.order.mapper;
import com.xzx.gc.entity.JhyInfo;
import com.xzx.gc.entity.JhyOrder;
import com.xzx.gc.order.dto.JhyOrderListDto;
import com.xzx.gc.order.vo.JhyOrderListVo;
@@ -16,4 +17,6 @@
    List<JhyOrderListVo> selectJhyOrderList(@Param("record") JhyOrderListDto jhyOrderListDto);
    List<JhyStatusCountVo> selectOrderStatusCount(@Param("type") Integer type, @Param("userId") String userId);
    List<JhyOrder> selectJhyOrderListByStatus(@Param("list") List<String> list, @Param("userId") String userId);
}