春风项目四线(合箱线、总装线)
yyt
2024-05-22 696fd55ecc1243bce1d421d95cb9fba4b0a598b1
jcdm-main/src/main/resources/mapper/da/passingStationCollection/DaPassingStationCollectionMapper.xml
@@ -48,6 +48,7 @@
            <if test="outRsSign != null "> and out_rs_sign = #{outRsSign}</if>
            <if test="startTime != null and startTime != '' and endTime != null and endTime != ''"> and outbound_time between #{startTime} and #{endTime}</if>
        </where>
        ORDER BY id DESC
    </select>
    
    <select id="selectDaPassingStationCollectionById" parameterType="Long" resultMap="DaPassingStationCollectionResult">
@@ -150,4 +151,14 @@
            #{id}
        </foreach>
    </delete>
    <select id="SelectSN" parameterType="java.util.Map" statementType="CALLABLE" resultType="java.lang.String">
        {
            call SNRetrieval(
                #{SN_CODE,mode=IN,jdbcType=VARCHAR},
                #{Node,mode=IN,jdbcType=VARCHAR},
                #{Success,mode=OUT,jdbcType=VARCHAR}
                 )
            }
    </select>
</mapper>