刘小明
2024-07-09 b067f93af27963390eff4c65a88f49bdffac2f72
pms-parent/pms-global/src/main/resources/mapper/StaRepairInfoMapper.xml
@@ -26,7 +26,12 @@
        from sta_repair_info
        where  id = #{id,jdbcType=BIGINT} 
    </select>
    <select id="selectByEquipNo" resultMap="BaseResultMap">
        select
        <include refid="Base_Column_List" />
        from sta_repair_info
        where  equip_no = #{equipNo,jdbcType=VARCHAR}
    </select>
    <delete id="deleteByPrimaryKey" parameterType="java.lang.Long">
        delete from sta_repair_info
        where  id = #{id,jdbcType=BIGINT}