| | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.gkhy.exam.pay.dto.rep.NonCoalPayDetailH5RepDto; |
| | | import com.gkhy.exam.pay.dto.rep.NonCoalPayDetailRepDto; |
| | | import com.gkhy.exam.pay.dto.rep.NonCoalPayOrder; |
| | | import com.gkhy.exam.pay.dto.rep.NonCoalPayPageRepDto; |
| | | import com.gkhy.exam.pay.entity.NonCoalPay; |
| | | import org.apache.ibatis.annotations.Param; |
| | |
| | | * @param idCard |
| | | * @return |
| | | */ |
| | | NonCoalPayDetailH5RepDto selectNonCoalPayByParam(@Param("phone") String phone, @Param("idCard") String idCard); |
| | | List<NonCoalPayDetailH5RepDto> selectNonCoalPayByParam(@Param("phone") String phone, @Param("idCard") String idCard); |
| | | |
| | | /** |
| | | * 查询【请填写功能名称】列表 |
| | |
| | | */ |
| | | public int insertNonCoalPay(NonCoalPay nonCoalPay); |
| | | |
| | | List<NonCoalPayOrder> selectNonCoalPayOrderByParam(@Param("dataId") Long dataId, @Param("payType") Long payType, @Param("isPay") Long isPay); |
| | | |
| | | /** |
| | | * 修改【请填写功能名称】 |
| | | * |