src/main/java/com/zy/asrs/mapper/WrkMastMapper.java
@@ -5,12 +5,16 @@ 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 selectCrn5Task2(@Param("sourceLocNo") Integer sourceStaNo); WrkMast selectByLocNo(@Param("sourceLocNo") String staNo); WrkMast selectByLocNo1(@Param("sourceLocNo") String sourceLocNo);