刘小明
2024-08-21 14b0417bca9050a11792248f5c5c7e7c86e4744f
pms-parent/pms-global/src/main/resources/mapper/StaWipSnExMapper.xml
@@ -26,6 +26,12 @@
        from sta_wip_sn_ex
        where  id = #{id,jdbcType=BIGINT} 
    </select>
    <select id="selectByDeviceNo" resultType="com.dy.pmsGlobal.pojoSta.StaWipSnEx">
        select
        <include refid="Base_Column_List" />
        from sta_wip_sn_ex
        where  device_no = #{deviceNo,jdbcType=VARCHAR}
    </select>
    <delete id="deleteByPrimaryKey" parameterType="java.lang.Long">
        delete from sta_wip_sn_ex