| | |
| | | <result property="updateUser" column="update_user" /> |
| | | <result property="updateTime" column="update_time" /> |
| | | <result property="beatTime" column="beat_time" /> |
| | | <result property="repairFlag" column="repair_flag" /> |
| | | </resultMap> |
| | | |
| | | <sql id="selectDaPassingStationCollectionVo"> |
| | | select id, work_order_no, sfc_code, product_code, production_line, location_code, equipment_no, inbound_time, outbound_time, in_rs_sign, in_msg_sign, out_rs_sign, out_msg_sign, collection_time, spare_field_1, spare_field_2, create_user, create_time, update_user, update_time, beat_time from da_passing_station_collection |
| | | select id, work_order_no, sfc_code, product_code, production_line, location_code, equipment_no, inbound_time, outbound_time, in_rs_sign, in_msg_sign, out_rs_sign, out_msg_sign, collection_time, spare_field_1, spare_field_2, create_user, create_time, update_user, update_time, beat_time, repair_flag from da_passing_station_collection |
| | | </sql> |
| | | |
| | | <select id="selectDaPassingStationCollectionList" parameterType="DaPassingStationCollection" resultMap="DaPassingStationCollectionResult"> |
| | |
| | | #{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> |