luxiaotao1123
2024-03-27 d837bbfa526db9a42f511fc0f7fba9c7d9b60cb8
zy-asrs-wcs/src/main/resources/mapper/core/MotionMapper.xml
File was renamed from zy-asrs-wcs/src/main/resources/mapper/rcs/MotionMapper.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.zy.asrs.wcs.rcs.mapper.MotionMapper">
<mapper namespace="com.zy.asrs.wcs.core.mapper.MotionMapper">
    <select id="selectOfTop1" resultType="com.zy.asrs.wcs.rcs.entity.Motion">
    <select id="selectOfTop1" resultType="com.zy.asrs.wcs.core.entity.Motion">
        select * from rcs_motion
        where 1=1
        and uuid = #{uuid}
@@ -11,7 +11,7 @@
        limit 0,1
    </select>
    <select id="selectOfNext" resultType="com.zy.asrs.wcs.rcs.entity.Motion">
    <select id="selectOfNext" resultType="com.zy.asrs.wcs.core.entity.Motion">
        select * from rcs_motion
        where 1=1
        and uuid = #{uuid}