| | |
| | | package cn.exrick.xboot.your.mapper; |
| | | |
| | | import cn.exrick.xboot.your.entity.AddOil; |
| | | import cn.exrick.xboot.your.entity.Suggest; |
| | | import cn.exrick.xboot.your.vo.Month; |
| | | import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | |
| | | @Result(column="temp3", property="areaName", jdbcType = JdbcType.VARCHAR), |
| | | @Result(column="temp4", property="areaSectionName", jdbcType = JdbcType.VARCHAR)}) |
| | | List<OrderTask> list4(@Param(Constants.WRAPPER) QueryWrapper<OrderTask> wrapper2); |
| | | |
| | | @Select("SELECT o.*,c.name as customerName FROM t_order_task o LEFT JOIN t_customer c ON o.customer_id=c.id") |
| | | IPage<OrderTask> page2(Page initMpPage); |
| | | } |