src/main/java/com/zy/asrs/mapper/WrkMastMapper.java
@@ -5,13 +5,17 @@ import org.apache.ibatis.annotations.*; import org.springframework.stereotype.Repository; import java.io.Serializable; import java.util.List; @Mapper @Repository public interface WrkMastMapper extends BaseMapper<WrkMast> { WrkMast selectByLocNo(@Param("sourceLocNo") String staNo); WrkMast selectCrn5Task2(@Param("sourceLocNo") Integer sourceStaNo); WrkMast selectByLocNo( @Param("sourceLocNo") String staNo); WrkMast selectByLocNo1(@Param("sourceLocNo") String sourceLocNo);