Fancy
2024-07-09 5d813bb3a09810648e607a46d44f350686e3dc28
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}