修改
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
package com.xjrsoft.module.dayPlan.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.baomidou.mybatisplus.core.metadata.IPage;
|
||||
import com.baomidou.mybatisplus.core.toolkit.Constants;
|
||||
import com.github.yulichang.base.MPJBaseMapper;
|
||||
@ -21,7 +22,7 @@ import java.util.List;
|
||||
* @Version 1.0
|
||||
*/
|
||||
@Mapper
|
||||
public interface LngPngApproMapper extends MPJBaseMapper<LngPngAppro> {
|
||||
public interface LngPngApproMapper extends MPJBaseMapper<LngPngAppro>, BaseMapper<LngPngAppro> {
|
||||
|
||||
@Select("SELECT a.id, a.rule_user_id, a.demand_org_id, a.date_plan, " +
|
||||
" (CASE a.date_plan - CURRENT_DATE " +
|
||||
|
||||
Reference in New Issue
Block a user