pjb
20 小时以前 c4b2cfbdc4b31a6e37a9b51c5f69620bd5e7841f
src/main/java/com/zy/mapper/WrkMastMapper.java
@@ -2,9 +2,13 @@
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.zy.entity.WrkMast;
import org.apache.ibatis.annotations.*;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Update;
import org.springframework.stereotype.Repository;
import java.util.Date;
import java.util.List;
@Mapper
@@ -127,4 +131,7 @@
    WrkMast selectBy104();
    int selectCountByKb();
    // 根据出入库类型和工作时间,查询历史表记录数量
    int selectCountHisByIoTypeAndIoTime(@Param("ioType") Integer IoType,@Param("ioType") Date ioTime);
}