|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.baomidou.mybatisplus.mapper.BaseMapper; | 
|---|
|  |  |  | import com.zy.asrs.entity.WrkDetl; | 
|---|
|  |  |  | import com.zy.asrs.entity.param.PickInParam; | 
|---|
|  |  |  | import org.apache.ibatis.annotations.Mapper; | 
|---|
|  |  |  | import org.apache.ibatis.annotations.Param; | 
|---|
|  |  |  | import org.springframework.stereotype.Repository; | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | int updateAnfme(@Param("anfme")Double anfme, @Param("wrkNo")Integer wrkNo, @Param("matnr")String matnr, @Param("batch")String batch); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | List<WrkDetl>selectByOrderNo(String orderNo); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | List<WrkDetl> selectAndLogByOrderNo(String orderNo); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | int updateInspect( @Param("wrkNo")Integer wrkNo, @Param("matnr")String matnr, @Param("batch")String batch); | 
|---|
|  |  |  | 
|---|
|  |  |  | List<WrkDetl> selectAndLogByOrderNoGroupByMatnrOfSum(String orderNo); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | int updateIoTimeWms(@Param("workNo") Integer workNo, @Param("ioTime") Date ioTime); | 
|---|
|  |  |  | List<PickInParam> selectDetByBarcode(@Param("barcode") String barcode); | 
|---|
|  |  |  | } | 
|---|